Skip to content

Commit e22157a

Browse files
author
Anatoly Kudinov
committed
Use lazy translation helper
1 parent b04eded commit e22157a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_field/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.utils import simplejson as json
55
from django.core import exceptions
66
from django.utils.timezone import is_aware
7-
from django.utils.translation import ugettext as _
7+
from django.utils.translation import ugettext_lazy as _
88
from django.core.exceptions import ImproperlyConfigured
99

1010
import re

0 commit comments

Comments
 (0)