You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Django has deprecated the
ugettext_lazy
function from version 3.0. See the release notes. This function however is imported inrest_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
.The text was updated successfully, but these errors were encountered: