diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.4.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/4.2.4.txt b/docs/releases/4.2.4.txt index e8fd225516..3921dd9b3e 100644 --- a/docs/releases/4.2.4.txt +++ b/docs/releases/4.2.4.txt @@ -9,4 +9,6 @@ Django 4.2.4 fixes several bugs in 4.2.3. Bugfixes ======== -* ... +* Fixed a regression in Django 4.2 that caused a crash of + ``QuerySet.aggregate()`` with aggregates referencing window functions + (:ticket:`34717`). |
