mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Django 4.0: ugettext_lazy -> gettext_lazy
This commit is contained in:
parent
ec6f8bbf2b
commit
d941939441
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ try:
|
|||
from django.utils import six
|
||||
except ImportError:
|
||||
import six
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from django.template.loader import render_to_string
|
||||
|
||||
from avatar.models import Avatar
|
||||
|
|
|
|||
Loading…
Reference in a new issue