Skip to content

Commit 8ce3e1f

Browse files
Added missing ticket links in docs/releases/5.2.8.txt.
1 parent 5834643 commit 8ce3e1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/releases/5.2.8.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Bugfixes
3232

3333
* Fixed a bug in Django 5.2 where ``QuerySet.first()`` and ``QuerySet.last()``
3434
raised an error on querysets performing aggregation that selected all fields
35-
of a composite primary key.
35+
of a composite primary key (:ticket:`36648`).
3636

3737
* Fixed a bug in Django 5.2 where proxy models having a ``CompositePrimaryKey``
38-
incorrectly raised a ``models.E042`` system check error.
38+
incorrectly raised a ``models.E042`` system check error (:ticket:`36704`).

0 commit comments

Comments
 (0)