django/tests/expressions_window
Chris Muthig 4b977a5d72 Fixed #35444 -- Added generic support for Aggregate.order_by.
This moves the behaviors of `order_by` used in Postgres aggregates into
the `Aggregate` class. This allows for creating aggregate functions that
support this behavior across all database engines. This is shown by
moving the `StringAgg` class into the shared `aggregates` module and
adding support for all databases. The Postgres `StringAgg` class is now
a thin wrapper on the new shared `StringAgg` class.

Thank you Simon Charette for the review.
2025-03-03 11:37:00 +01:00
..
__init__.py
models.py Refs #28333 -- Added partial support for filtering against window functions. 2022-08-15 08:26:26 +02:00
tests.py Fixed #35444 -- Added generic support for Aggregate.order_by. 2025-03-03 11:37:00 +01:00