diff options
Diffstat (limited to 'docs')
| -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`). |
