summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/aggregates/mixins.py
AgeCommit message (Expand)Author
2025-09-17Refs #35444 -- Removed contrib.postgres aggregates ordering kwarg per depreca...Jacob Walls
2025-03-03Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin.Chris Muthig
2025-03-03Fixed #35444 -- Added generic support for Aggregate.order_by.Chris Muthig
2025-01-06Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.Chris Muthig
2024-04-25Fixed #35339 -- Fixed PostgreSQL aggregate's filter and order_by params order.Chris Muthig
2024-04-25Refs #35339 -- Updated Aggregate class to return consistent source expressions.Chris Muthig
2023-12-29Refs #35064 -- Made OrderableAggMixin avoid creating empty OrderByList.Simon Charette
2022-09-17Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-23Refs #33304 -- Enclosed aggregate ordering logic in an expression.Simon Charette
2021-11-04Fixed #33262 -- Fixed crash of conditional aggregation on Exists().Hannes Ljungberg
2020-10-14Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-02-03Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2019-12-31Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...David Wobrock
2019-05-28Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used...Caio Ariede
2019-04-06Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst