django/tests/requests_tests
Jake Howard 12c1557060 Fixed #36447 -- Selected preferred media type based on quality.
When matching which entry in the `Accept` header should be used for
a given media type, the specificity matters. However once those are
resolved, only the quality matters when selecting preference.

Regression in c075508b4d.

Thank you to Anders Kaseorg for the report.
2025-06-16 09:25:25 +02:00
..
__init__.py
test_accept_header.py Fixed #36447 -- Selected preferred media type based on quality. 2025-06-16 09:25:25 +02:00
test_data_upload_settings.py Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-14 08:18:40 +01:00
tests.py Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_full_path_info() examples. 2025-05-13 17:41:17 +02:00