Skip to content

Commit

Permalink
get_storage_class removed in Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 20, 2023
1 parent a591d5e commit 5142fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.core.files.storage import get_storage_class
from django.utils.module_loading import import_string as get_storage_class
from django.utils.translation import gettext_lazy as _

from .utils.loader import load_object
Expand Down

0 comments on commit 5142fbc

Please sign in to comment.