ubernostrum / django-registration

An extensible user-registration app for Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy()

Ben-yeah opened this issue · comments

Hello, The only thing I'm personally see wrong with Treebeard and Django 3.0 is that 3.0 officially deprecated ugettext_lazy, and if you run python -Wall, you'll get a ton of RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). from Registration's code.

I'm unable to find any usage of ugettext_lazy() remaining in the current main branch.