summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.2.txt b/docs/releases/5.2.2.txt
index 1a363ad55d..56efb69bfb 100644
--- a/docs/releases/5.2.2.txt
+++ b/docs/releases/5.2.2.txt
@@ -43,3 +43,7 @@ Bugfixes
<django.http.HttpRequest.get_preferred_type>` did not account for media type
parameters in ``Accept`` headers, reducing specificity in content negotiation
(:ticket:`36411`).
+
+* Fixed a regression in Django 5.2 that caused a crash when using
+ ``QuerySet.prefetch_related()`` to prefetch a foreign key with a ``Prefetch``
+ queryset for a subclass of the foreign target (:ticket:`36432`).