Skip to content
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

Add Compatibility for django-allauth v0.55.2 #539

Merged
merged 6 commits into from
Sep 8, 2023

Conversation

Dresdn
Copy link
Contributor

@Dresdn Dresdn commented Aug 31, 2023

This addresses necessary updates and refactoring for compatibility with django-allauth version 0.55.2.

Fixes #534

* Bump minimum Django version to 3.2 and djangorestframework to 3.13.0.
* Set python minimum version to 3.6
@Dresdn
Copy link
Contributor Author

Dresdn commented Aug 31, 2023

To the reviewers:

Note that this does drop Django 2.2 support, bumps python min to 3.6, Django min to 3.2, and DRF min to 3.13. I did set the min allauth version to 0.55.2 since 0.55.0 introduced all the API changes and there were quick releases after to fix things.

@Dresdn
Copy link
Contributor Author

Dresdn commented Sep 8, 2023

Hey @iMerica - Could you take a look at this? Issue #534 is causing issues with the changes django-allauth made, and there are now 3 PRs open.

I know I'm biased, but looking at the different PRs, I think this is the most complete, as we do need to update the dependency requirements.

@iMerica iMerica merged commit 725879b into iMerica:master Sep 8, 2023
@iMerica
Copy link
Owner

iMerica commented Sep 8, 2023

Thanks for tagging me. I sometimes miss GitHub notifications.

@Dresdn
Copy link
Contributor Author

Dresdn commented Sep 8, 2023

Thanks for all the effort!

@alexei
Copy link

alexei commented Sep 11, 2023

@Dresdn @iMerica I appreciate your working on this. What are the plans to releasing the changes?

@iMerica
Copy link
Owner

iMerica commented Sep 11, 2023

Just released @alexei 👍

@alexei
Copy link

alexei commented Sep 11, 2023

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: "allauth needs to be added to INSTALLED_APPS" after upgrading to django-allauth v0.55.0
3 participants