diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-20 17:28:24 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-20 17:32:01 -0500 |
| commit | 2f77776f00b133a0dcfe055db80741e70dc1d408 (patch) | |
| tree | 2c173b8f6dd53c60471430c3b874aa72314ea4a7 | |
| parent | 161e54348577ee9756b3766ab363596ab880560f (diff) | |
[6.0.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.txt | 4 |
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`). |
