From d9ace347b4e38d9eac01d7a17a68b009c81f5c06 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 6 Aug 2022 17:59:31 +0200 Subject: [4.1.x] Fixed #33898 -- Fixed Window() expression crash with ArrayAgg(). Thanks Kia for the report. Regression in e06dc4571ea9fd5723c8029959b95808be9f8812. Backport of fd93db97c7228b16a4f92f97ef05b0d72418d952 from main --- docs/releases/4.1.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3