Skip to content

Commit 927c903

Browse files
committed
Refs #31097 -- Added release notes for 2f565f8.
.
1 parent 4fe4865 commit 927c903

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/releases/3.0.3.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ Bugfixes
2626

2727
* Fixed a system check to ensure the ``max_length`` attribute fits the longest
2828
choice, when a named group contains only non-string values (:ticket:`31155`).
29+
30+
* Fixed a regression in Django 2.2 that caused a crash of
31+
:class:`~django.contrib.postgres.aggregates.ArrayAgg` and
32+
:class:`~django.contrib.postgres.aggregates.StringAgg` with ``filter``
33+
argument when used in a ``Subquery`` (:ticket:`31097`).

0 commit comments

Comments
 (0)