1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00
Files
django/tests/requests_tests
Natalia cf5f36bf90 Fixed #36446 -- Restored "q" in internal MediaType.params property.
The "q" key was removed while addressing ticket #36411. Despite
`MediaType.params` is undocumented and considered internal, it was used
in third-party projects (Zulip reported breakage), so this work restored
the `q` key in `params`.

Thanks Anders Kaseorg for the report.

Regression in c075508b4d.
2025-06-09 17:37:40 -03:00
..