We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cdf42 commit 4160f25Copy full SHA for 4160f25
filer/settings.py
@@ -4,7 +4,7 @@
4
from django.conf import settings
5
from django.core.exceptions import ImproperlyConfigured
6
from django.core.files.storage import get_storage_class
7
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
8
9
from .utils.loader import load_object
10
from .utils.recursive_dictionary import RecursiveDictionaryWithExcludes
0 commit comments