mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
![]() 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. |
||
---|---|---|
.. | ||
aggregates.txt | ||
constraints.txt | ||
expressions.txt | ||
fields.txt | ||
forms.txt | ||
functions.txt | ||
index.txt | ||
indexes.txt | ||
lookups.txt | ||
operations.txt | ||
search.txt | ||
validators.txt |