We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c38b4 commit 08f6779Copy full SHA for 08f6779
graphene_django/forms/forms.py
@@ -2,7 +2,7 @@
2
3
from django.core.exceptions import ValidationError
4
from django.forms import CharField, Field, MultipleChoiceField
5
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
6
7
from graphql_relay import from_global_id
8
0 commit comments