django1/django/contrib/postgres/aggregates
Nick Pope fee8734596 Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
This deprecates forcing a return value for ArrayAgg, JSONBAgg, and
StringAgg when there are no rows in the query. Now that we have a
``default`` argument for aggregates, we want to revert to returning the
default of ``None`` which most aggregate functions return and leave it
up to the user to decide what they want to be returned by default.
2021-07-19 13:41:16 +02:00
..
__init__.py Fixed #24301 -- Added PostgreSQL-specific aggregate functions 2015-03-30 10:44:37 -04:00
general.py Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates. 2021-07-19 13:41:16 +02:00
mixins.py Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over JSONField key transforms. 2020-10-14 20:56:04 +02:00
statistics.py Fixed #10929 -- Added default argument to aggregates. 2021-07-19 13:04:27 +02:00