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