Skip to content

Commit

Permalink
fix deprecated ugettext method call for django 4 juliomalegria#66
Browse files Browse the repository at this point in the history
  • Loading branch information
trevoriancox authored May 19, 2024
1 parent bab16d3 commit 13aca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunked_upload/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _


class http_status:
Expand Down

0 comments on commit 13aca53

Please sign in to comment.