-
Notifications
You must be signed in to change notification settings - Fork 318
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
django-allauth v64 migration #655
base: master
Are you sure you want to change the base?
Conversation
…ed from the django-allauth package >= 64.0.0
…n django 4.1 and removed in django>=5.0) with the python datetime module see django documentation here https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-5-0
…eaking changes and remove support for django<4.2
…onger supported by django or django-allauth) and some minor additional fixes to use of datetime module
@iMerica Checking in on the status of this PR? |
|
Description
This PR migrates
dj-rest-auth
to the newest major version ofdjango-allauth
. It, unfortunately, forces `dj-rest-auth to increment the major version since it follows django-allauth support for django, and drops support for django > 4.2.Related tickets
closes #646
see also #639
Notes
django.utils.timezone
usage (which was deprecated in django 4.1 and removed in django 5) with the standard library datetime module (see django deprecateion notice here)