diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-13 17:22:17 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-14 15:50:26 -0400 |
| commit | 8baee531d40cd6ee8b342dbcf2c7924d20694969 (patch) | |
| tree | a4d8c8d0aa4180b20e219d9b3e62d5f57f4d5c38 /docs | |
| parent | 94cbd67d9eb9712be5518c3d5b4c17eac2e63629 (diff) | |
[5.2.x] Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/last() when aggregating.
Backport of 02eed4f37879b2077496f86bb1378a076b981233 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt index ef18d08022..dc750e4636 100644 --- a/docs/releases/5.2.8.txt +++ b/docs/releases/5.2.8.txt @@ -10,3 +10,7 @@ Bugfixes ======== * Added compatibility for ``oracledb`` 3.4.0 (:ticket:`36646`). + +* 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. |
