Django 5.2.2 incompatibly removed q from MediaType.params
https://github.com/django/django/pull/19507#discussion_r2130422564
Between Django 5.2.1 and 5.2.2, the q entry was removed from the MediaType.params dict. Even though MediaType is not documented as a public API, it does have users (such as Zulip). This seems like an unnecessary breaking change, especially for a stable patch release. I was asked to file a ticket for this, so here it is.
Change History
(6)
| Severity: |
Normal → Release blocker
|
| Triage Stage: |
Unreviewed → Accepted
|
| Owner: |
set to Natalia Bidart
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Triage Stage: |
Accepted → Ready for checkin
|
Hello Anders, thank you for creating this ticket. Accepting based on the PR conversation.
Regression in c075508b4de8edf9db553b409f8a8ed2f26ecead.