diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 3e11782eb2..7339390ffa 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -22,3 +22,7 @@ Bugfixes * Fixed a regression in Django 4.1 that caused an incorrect redirection to the admin changelist view when using *"Save and continue editing"* and *"Save and add another"* options (:ticket:`33893`). + +* Fixed a regression in Django 4.1 that caused a crash of + :class:`~django.db.models.expressions.Window` expressions with + :class:`~django.contrib.postgres.aggregates.ArrayAgg` (:ticket:`33898`). |
