macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 350 forks source link

Deprecate ugettext in favour of gettext #382

Closed vtemian closed 4 years ago

vtemian commented 4 years ago

Since Django 3, ugettext throws a deprecated warning and is going to be replaced with gettext. https://docs.djangoproject.com/en/3.0/_modules/django/utils/translation/.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.008%) to 97.283% when pulling 25aff11740b066e135ba002ed33c1597f262f7b3 on vtemian:ugettext-deprecated into 1fc1413cce2ef65b77daa5096ea5ca546786586b on macropin:master.

joshblum commented 4 years ago

thanks!