1
0
mirror of https://github.com/django/django.git synced 2025-03-12 10:22:37 +00:00
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
..
2021-05-20 12:23:36 +02:00
2019-11-26 14:02:24 +01:00
2020-05-13 09:14:04 +02:00
2021-02-25 17:22:07 +01:00
2020-01-02 07:55:53 +01:00
2020-02-03 08:52:16 +01:00
2020-10-01 07:22:28 +02:00
2020-12-01 06:24:16 +01:00
2021-01-04 08:31:51 +01:00