We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5834643 commit 8ce3e1fCopy full SHA for 8ce3e1f
1 file changed
docs/releases/5.2.8.txt
@@ -32,7 +32,7 @@ Bugfixes
32
33
* Fixed a bug in Django 5.2 where ``QuerySet.first()`` and ``QuerySet.last()``
34
raised an error on querysets performing aggregation that selected all fields
35
- of a composite primary key.
+ of a composite primary key (:ticket:`36648`).
36
37
* Fixed a bug in Django 5.2 where proxy models having a ``CompositePrimaryKey``
38
- incorrectly raised a ``models.E042`` system check error.
+ incorrectly raised a ``models.E042`` system check error (:ticket:`36704`).
0 commit comments