Skip to content

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