Breaking change in Django 4.2 #8539
Unanswered
Scotchester
asked this question in
Potential Issue
Replies: 1 comment 2 replies
-
Yup that sounds sensible. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
The Wagtail project has a check against Django's
main
branch in our CI, and it started failing a day or two ago due to the removal ofdjango.http.multipartparser.parse_header()
, which DRF uses in three places. This change will be released in Django 4.2.The recommended solution is to switch to
django.utils.http.parse_header_parameters()
. Shall I open an issue for this?Beta Was this translation helpful? Give feedback.
All reactions