We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Import error in pipeline/partial.py because save_status_to_session is missing in new version of social-core (1.2.0)
The text was updated successfully, but these errors were encountered:
Just tracked this error down to this issue.
Any workaround/update?
Sorry, something went wrong.
@alexole I think maybe this wasn't described well in the migration docs.
I updated to:
from social_core.pipeline.partial import partial
And in my settings, updated:
SOCIAL_AUTH_PIPELINE = ( 'social_core.pipeline.social_auth.social_details', 'social_core.pipeline.social_auth.social_uid', 'social_core.pipeline.social_auth.auth_allowed', '...' )
I believe that should resolve your issues.
Additionally, I believe you should
pip uninstall python-social-auth
to make sure you migrated to the new libraries properly.
No branches or pull requests
Import error in pipeline/partial.py because save_status_to_session is missing in new version of social-core (1.2.0)
The text was updated successfully, but these errors were encountered: