Skip to content

Commit

Permalink
Remove RemovedInDjango40Warning for ugettext_lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed May 17, 2021
1 parent 36ddfd2 commit 4040075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_storage/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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 ugettext_lazy as _
from django.utils.translation import gettext_lazy as _

from .storage import private_storage

Expand Down

0 comments on commit 4040075

Please sign in to comment.