django-hijack-admin
django-hijack-admin copied to clipboard
django.utils.translation.ugettext_lazy() is deprecated in Django 3.0
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.