mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
use the lazy version of gettext for translating models
This commit is contained in:
parent
f1266ed1eb
commit
a26a133d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from django.core.files import File
|
|||
from django.core.files.base import ContentFile
|
||||
from django.core.files.storage import get_storage_class
|
||||
from django.utils.module_loading import import_string
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.encoding import force_text
|
||||
from django.utils import six
|
||||
from django.db.models import signals
|
||||
|
|
|
|||
Loading…
Reference in a new issue