django-rest-auth icon indicating copy to clipboard operation
django-rest-auth copied to clipboard

fix import errors for django v.4.0

Open Larynn opened this issue 3 years ago • 3 comments

Fix import errors:

django.utils.translation

  • ugettext_lazy -> gettext_lazy

django.conf.urls -> django.urls

  • url -> re_path

django.utils.encoding

  • force_text -> force_str

Larynn avatar Feb 12 '22 14:02 Larynn

I am waiting for this to get merged

charanjit-singh avatar Mar 31 '22 11:03 charanjit-singh

Still not merged?

charanjit-singh avatar Apr 08 '22 12:04 charanjit-singh

Can this be merged please?

Update: As per readme, this project is no longer maintained. You can use https://github.com/iMerica/dj-rest-auth

sikaili99 avatar Jul 27 '22 15:07 sikaili99