From d0315584b5ed6a47b486e65f6c88f80189f337ef Mon Sep 17 00:00:00 2001 From: Simone Pellizzari Date: Sat, 6 Apr 2019 13:45:22 +0200 Subject: Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAgg and StringAgg. --- docs/releases/2.2.1.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index b24db37c1a..f7ac012fb7 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -17,3 +17,8 @@ Bugfixes * Fixed a regression in Django 2.2 that caused a crash when loading the template for the technical 500 debug page (:ticket:`30324`). + +* Fixed crash of ``ordering`` argument in + :class:`~django.contrib.postgres.aggregates.ArrayAgg` and + :class:`~django.contrib.postgres.aggregates.StringAgg` when it contains an + expression with params (:ticket:`30332`). -- cgit v1.3