We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe4865 commit 927c903Copy full SHA for 927c903
docs/releases/3.0.3.txt
@@ -26,3 +26,8 @@ Bugfixes
26
27
* Fixed a system check to ensure the ``max_length`` attribute fits the longest
28
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