mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
replace ugettext with gettext for django4
This commit is contained in:
parent
33620c30a7
commit
05c280575f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from django.db import DEFAULT_DB_ALIAS, models
|
|||
from django.db.models import Field, Q, QuerySet
|
||||
from django.utils import formats, timezone
|
||||
from django.utils.encoding import smart_str
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from jsonfield.fields import JSONField
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue