1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00
Files
django/docs/ref
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
..