-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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.
This was referenced Jul 14, 2022
gasman
added a commit
to gasman/wagtail
that referenced
this pull request
Jul 14, 2022
Running against Django 4.2(dev) requires the fix encode/django-rest-framework#8556
gasman
added a commit
to gasman/wagtail
that referenced
this pull request
Jul 14, 2022
Running against Django 4.2(dev) requires the fix encode/django-rest-framework#8556
gasman
added a commit
to gasman/wagtail
that referenced
this pull request
Jul 14, 2022
Running against Django 4.2(dev) requires the fix encode/django-rest-framework#8556
gasman
added a commit
to gasman/wagtail
that referenced
this pull request
Jul 14, 2022
Running against Django 4.2(dev) requires the fix encode/django-rest-framework#8556
gasman
added a commit
to wagtail/wagtail
that referenced
this pull request
Jul 14, 2022
Running against Django 4.2(dev) requires the fix encode/django-rest-framework#8556
This was referenced Jul 16, 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow-up to #8554 (with edits).
Closes #8540.