summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-20 17:28:24 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-20 17:32:20 -0500
commit43d3f5e2fab950f1aa7d5c678dfd75a374622041 (patch)
treeeadc4405b3c7b379237b3347b6d044ea48835b98
parentac9bdcabe10fb7ac0c7e9ebcd879f5e34bee776f (diff)
[5.2.x] Added missing ticket links in docs/releases/5.2.8.txt.
Backport of 8ce3e1f9d0cdfdcba91e7e544804fa33f6fa9177 from main.
-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`).