Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.4k stars 662 forks source link

Deprectated import ugettext_lazy from django.utils.translation #648

Open nielsuit227 opened 2 years ago

nielsuit227 commented 2 years ago

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.

alirezavafadost commented 1 year ago

i have this problem too,, please solve it