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

Django3 compatibility #56

Merged

Conversation

mjholtkamp
Copy link
Contributor

I noticed that Django3 has an immutable QueryDict,
so if we try to update it, it will fail. Making a
copy and forcing it to be a dict will solved these
problems (tested with djangosaml2idp as IDP and
another djangosaml2idp as SP, both SP-initiated
as well as IDP-initiated logins).

I noticed that Django3 has an immutable QueryDict,
so if we try to update it, it will fail. Making a
copy and forcing it to be a dict will solved these
problems (tested with djangosaml2idp as IDP and
another djangosaml2idp as SP, both SP-initiated
as well as IDP-initiated logins).
@mhindery mhindery merged commit aa0c564 into OTA-Insight:master Feb 3, 2020
@mjholtkamp mjholtkamp deleted the feature/django3-compatibility branch February 4, 2020 08:30
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.

2 participants