Tivix/django-rest-auth

Deprectated import ugettext_lazy from django.utils.translation

nielsuit227 opened this issue · 1 comments

Django has deprecated the ugettext_lazy function from version 3.0. See the release notes. This function however is imported in rest_auth/views.py on line 9.
Would be awesome if we can have a workaround!

For future reference, repo is not maintained, check out dj-rest-auth.

i have this problem too,,
please solve it