summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/aggregates/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum2022-09-171-2/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+0
* Refs #33304 -- Enclosed aggregate ordering logic in an expression.Simon Charette2021-11-231-35/+14
* Fixed #33262 -- Fixed crash of conditional aggregation on Exists().Hannes Ljungberg2021-11-041-1/+1
* Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak2020-10-141-1/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-02-031-2/+2
* Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...David Wobrock2019-12-311-10/+1
* Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used...Caio Ariede2019-05-281-0/+6
* Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari2019-04-061-6/+10
* Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst2018-06-281-0/+47