Skip to content

Commit

Permalink
gettext changed to lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolsky committed Jan 22, 2018
1 parent 37db54b commit 2a87abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeltrans/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.core.exceptions import ImproperlyConfigured
from django.db.models import fields
from django.db.models.functions import Cast, Coalesce
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _

from .conf import get_create_gin_setting, get_default_language, get_fallback_chain
from .utils import build_localized_fieldname, get_i18n_index_name, get_language
Expand Down

0 comments on commit 2a87abf

Please sign in to comment.