summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt
index 0a0038ba20..c8987ec819 100644
--- a/docs/releases/5.2.8.txt
+++ b/docs/releases/5.2.8.txt
@@ -32,7 +32,7 @@ Bugfixes
* Fixed a bug in Django 5.2 where ``QuerySet.first()`` and ``QuerySet.last()``
raised an error on querysets performing aggregation that selected all fields
- of a composite primary key.
+ of a composite primary key (:ticket:`36648`).
* Fixed a bug in Django 5.2 where proxy models having a ``CompositePrimaryKey``
- incorrectly raised a ``models.E042`` system check error.
+ incorrectly raised a ``models.E042`` system check error (:ticket:`36704`).