Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
40400755
Unverified
Commit
40400755
authored
May 17, 2021
by
Diederik van der Boor
Browse files
Remove RemovedInDjango40Warning for ugettext_lazy
parent
36ddfd2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
private_storage/fields.py
View file @
40400755
...
...
@@ -16,7 +16,7 @@ from django.db.models.fields.files import ImageFileDescriptor, ImageFieldFile
from
django.forms
import
ImageField
from
django.template.defaultfilters
import
filesizeformat
from
django.utils.encoding
import
force_str
,
force_text
from
django.utils.translation
import
u
gettext_lazy
as
_
from
django.utils.translation
import
gettext_lazy
as
_
from
.storage
import
private_storage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment