Closed memuller closed 1 year ago
Replace calls to the deprecated - and as of Django 4, unavailable - django.utils.translation.ugettext_lazy method. Since the method was an alias for gettext_lazy, this does not introduce a change in behavior.
django.utils.translation.ugettext_lazy
gettext_lazy
Been over a year and this hasn't been merged, looks like a dead library
Replace calls to the deprecated - and as of Django 4, unavailable -
django.utils.translation.ugettext_lazy
method. Since the method was an alias forgettext_lazy
, this does not introduce a change in behavior.