Skip to content

Commit

Permalink
gettext_lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnd410 committed Nov 24, 2022
1 parent 0d854c9 commit e8324a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion suit/admin_filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from django.contrib.admin import FieldListFilter


Expand Down
2 changes: 1 addition & 1 deletion suit/menu.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from copy import deepcopy
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _


class ChildItem(object):
Expand Down

0 comments on commit e8324a8

Please sign in to comment.