diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-01-31 11:33:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 11:33:24 +0100 |
| commit | 71e7c8e73712419626f1c2b6ec036e8559a2d667 (patch) | |
| tree | 0e6b7ad62e5d92b48e4ef3d13103d182d9ad1d22 /docs/releases | |
| parent | beb7ddbcee03270e833b2f74927ccfc8027aa693 (diff) | |
Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default.
Thanks Adam Johnson for the report.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/4.0.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt index c60dc68224..e7b9879625 100644 --- a/docs/releases/4.0.2.txt +++ b/docs/releases/4.0.2.txt @@ -33,3 +33,7 @@ Bugfixes * Fixed a duplicate operation regression in Django 4.0 that caused a migration crash when altering a primary key type for a concrete parent model referenced by a foreign key (:ticket:`33462`). + +* Fixed a bug in Django 4.0 that caused a crash of ``QuerySet.aggregate()`` + after ``annotate()`` on an aggregate function with a + :ref:`default <aggregate-default>` (:ticket:`33468`). |
