Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
User gettext_lazy instead ugettext_lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasi Rangelov committed May 4, 2022
1 parent 4ab19bf commit caf5454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_enum_choices/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.3"
__version__ = "2.1.4"
2 changes: 1 addition & 1 deletion django_enum_choices/serializers.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 rest_framework import serializers
from rest_framework.utils.field_mapping import get_field_kwargs
Expand Down

0 comments on commit caf5454

Please sign in to comment.