diff options
| author | Simon Charette <charette.s@gmail.com> | 2023-04-06 08:19:53 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-07 06:57:32 +0200 |
| commit | 9daf8b4109c3e133eb57349bb44d73cc60c5773c (patch) | |
| tree | f5503798f3a605bbbc890dcfe345b6fe6214467e /docs | |
| parent | 1c7aed71ec70d4ef0c2cae6de9cee844d03e7054 (diff) | |
Fixed #34464 -- Fixed queryset aggregation over group by reference.
Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7.
Refs #28477.
Thanks Ian Cubitt for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt index c768b98b18..f8a4edf787 100644 --- a/docs/releases/4.2.1.txt +++ b/docs/releases/4.2.1.txt @@ -15,3 +15,6 @@ Bugfixes * Fixed a regression in Django 4.2 that caused a crash of :class:`~django.contrib.postgres.search.SearchVector` function with ``%`` characters (:ticket:`34459`). + +* Fixed a regression in Django 4.2 that caused aggregation over query that + uses explicit grouping to group against the wrong columns (:ticket:`34464`). |
