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:31:31 -0500 |
| commit | 8ce3e1f9d0cdfdcba91e7e544804fa33f6fa9177 (patch) | |
| tree | b11cfb49814120930f0a0a3cacd6fd803ccf5ddd /docs/releases | |
| parent | 5834643f43a767fe19f2c6d10217b204e7584ec8 (diff) | |
Added missing ticket links in docs/releases/5.2.8.txt.
Diffstat (limited to 'docs/releases')
| -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`). |
