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

erroneous imports leading to breakage in django-allauth 0.62.x #626

Open
gekoke opened this issue Apr 26, 2024 · 1 comment · May be fixed by #627
Open

erroneous imports leading to breakage in django-allauth 0.62.x #626

gekoke opened this issue Apr 26, 2024 · 1 comment · May be fixed by #627

Comments

@gekoke
Copy link

gekoke commented Apr 26, 2024

It seems like dj-rest-auth erroneously imports from allauth.socialaccount.providers.facebook.views instead of allauth.socialaccount.providers.facebook.providers. This import worked incidentally, until some stuff got moved around just prior to django-allauth bumping its version to 0.62.0.

This might influence more parts of the codebase than just the permalinked line. Just wanted to give you a heads up!

@gekoke gekoke changed the title erroneous imports leading to breakage in django-allauth0.62.x` erroneous imports leading to breakage in django-allauth 0.62.x Apr 26, 2024
@gekoke gekoke linked a pull request Apr 27, 2024 that will close this issue
@toniengelhardt
Copy link

Any workarounds for this?

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 a pull request may close this issue.

2 participants