Skip to content

Commit

Permalink
Fix ugettext_lazy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Feb 17, 2020
1 parent ebe21b7 commit 7491d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testproj/articles/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 articles.models import Article, ArticleGroup
Expand Down

0 comments on commit 7491d33

Please sign in to comment.