diff options
| author | Simon Charette <charette.s@gmail.com> | 2023-07-28 07:45:23 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-29 16:08:20 +0200 |
| commit | 4087367ba869be9cf305dac39a8887d4aa4041d2 (patch) | |
| tree | 1778dd9508794259a74adfca9bbcfc470d5e488f /docs | |
| parent | af0c5caff72e5ffda4dff708a57e37ae4778197d (diff) | |
Fixed #34748 -- Fixed queryset crash when grouping by a reference in a subquery.
Regression in dd68af62b2b27ece50d434f6a351877212e15c3f.
Thanks Toan Vuong for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.4.txt b/docs/releases/4.2.4.txt index 3921dd9b3e..a39818e3b8 100644 --- a/docs/releases/4.2.4.txt +++ b/docs/releases/4.2.4.txt @@ -12,3 +12,6 @@ Bugfixes * Fixed a regression in Django 4.2 that caused a crash of ``QuerySet.aggregate()`` with aggregates referencing window functions (:ticket:`34717`). + +* Fixed a regression in Django 4.2 that caused a crash when grouping by a + reference in a subquery (:ticket:`34748`). |
