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

The package doesn't work with Django from 3.12 #669

Open Teddy10000 opened 1 year ago

Teddy10000 commented 1 year ago

'ugettext_lazy' is depreciated from django3.12, and also force-text is also depreciated now using getlazy and force-str