summaryrefslogtreecommitdiff
path: root/docs/releases/5.2.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.2.8.txt')
-rw-r--r--docs/releases/5.2.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt
index a75db9cbc8..62cb32f55c 100644
--- a/docs/releases/5.2.8.txt
+++ b/docs/releases/5.2.8.txt
@@ -16,3 +16,6 @@ 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.
+
+* Fixed a bug in Django 5.2 where proxy models having a ``CompositePrimaryKey``
+ incorrectly raised a ``models.E042`` system check error.