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 b04eded commit e22157aCopy full SHA for e22157a
json_field/fields.py
@@ -4,7 +4,7 @@
4
from django.utils import simplejson as json
5
from django.core import exceptions
6
from django.utils.timezone import is_aware
7
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
8
from django.core.exceptions import ImproperlyConfigured
9
10
import re
0 commit comments