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

Replaced parse_header with parse_header_parameters. #8556

Merged
merged 2 commits into from
Jul 14, 2022
Merged

Conversation

carltongibson
Copy link
Collaborator

@carltongibson carltongibson commented Jul 14, 2022

Follow-up to #8554 (with edits).
Closes #8540.

jaap3 and others added 2 commits July 13, 2022 13:47
…tp.parse_header_parameters

Add a backwards compatibility shim for Django versions that have no (or an incompatible)
django.utils.http.parse_header_parameters implementation.
@carltongibson carltongibson merged commit ad282da into master Jul 14, 2022
@carltongibson carltongibson deleted the pr/8554 branch July 14, 2022 12:20
gasman added a commit to gasman/wagtail that referenced this pull request Jul 14, 2022
gasman added a commit to gasman/wagtail that referenced this pull request Jul 14, 2022
gasman added a commit to gasman/wagtail that referenced this pull request Jul 14, 2022
gasman added a commit to gasman/wagtail that referenced this pull request Jul 14, 2022
gasman added a commit to wagtail/wagtail that referenced this pull request Jul 14, 2022
hugorodgerbrown added a commit to yunojuno/django-zapier-trigger that referenced this pull request Sep 12, 2022
gasman added a commit to gasman/wagtail that referenced this pull request Oct 19, 2022
…go main

This was added in 070b0bd to ensure encode/django-rest-framework#8556 was in place, but this fix has now been released in django-rest-framework 3.14.
gasman added a commit to wagtail/wagtail that referenced this pull request Oct 19, 2022
…go main

This was added in 070b0bd to ensure encode/django-rest-framework#8556 was in place, but this fix has now been released in django-rest-framework 3.14.
Yekasumah pushed a commit to Yekasumah/wagtail- that referenced this pull request Nov 1, 2022
…go main

This was added in 070b0bd to ensure encode/django-rest-framework#8556 was in place, but this fix has now been released in django-rest-framework 3.14.
sigvef pushed a commit to sigvef/django-rest-framework that referenced this pull request Dec 3, 2022
Add a backwards compatibility shim for Django versions that have no (or an incompatible)
django.utils.http.parse_header_parameters implementation.

Thanks to Shai Berger for review. 

Co-authored-by: Jaap Roes <[email protected]>
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.

Replace parse_header (removed in Django 4.2) with parse_header_parameters
2 participants