summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/request-response.txt2
-rw-r--r--docs/releases/5.2.4.txt4
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index c9fb05af1d..79419ea56e 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -478,7 +478,7 @@ Methods
None
(For further details on how content negotiation is performed, see
- :rfc:`7231#section-5.3.2`.)
+ :rfc:`9110#section-12.5.1`.)
Most browsers send ``Accept: */*`` by default, meaning they don't have a
preference, in which case the first item in ``media_types`` would be
diff --git a/docs/releases/5.2.4.txt b/docs/releases/5.2.4.txt
index 028ef68290..ebfa556f23 100644
--- a/docs/releases/5.2.4.txt
+++ b/docs/releases/5.2.4.txt
@@ -9,4 +9,6 @@ Django 5.2.4 fixes several bugs in 5.2.3.
Bugfixes
========
-* ...
+* Fixed a regression in Django 5.2.2 where :meth:`HttpRequest.get_preferred_type()
+ <django.http.HttpRequest.get_preferred_type>` incorrectly preferred more
+ specific media types with a lower quality (:ticket:`36447`).