-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Django 4.0 #650
Comments
Also a Django 4 upgrade issue: rest_auth attempts to import url from django.conf.urls which doesn't exist in Django 4: |
Temp workaround --Replace |
This looks like it'll be resolved by #652 Can we get that merged into the next release? |
According to the drf documentation:
|
O forked and merged django 4 changes. https://pypi.org/project/django-rest-auth-forked/ we can go after now |
https://github.com/iMerica/dj-rest-auth worked for me. Thanks @PrynsTag!!!!!! |
There are several calls to deprecated APIs that were removed in Django 4.0:
django.conf.url.urls
ugettext
force_text
The text was updated successfully, but these errors were encountered: