django-hijack-admin icon indicating copy to clipboard operation
django-hijack-admin copied to clipboard

django.utils.translation.ugettext_lazy() is deprecated in Django 3.0

Open GregKaleka opened this issue 5 years ago • 0 comments

A future version will drop support for ugettext_lazy() in favor of gettext_lazy(). I don't think this presents any compatibility issues, as gettext_lazy() has been around since at least version 1.8, and I believe they're just aliases of one another.

Deprecation announcement in release notes.

Any other considerations I'm not aware of? I may try forking and testing if I have time, and submitting a pull request if everything looks good.

GregKaleka avatar Feb 10 '20 17:02 GregKaleka