diff options
author | Nick Pope <nick@nickpope.me.uk> | 2021-06-30 00:08:27 +0100 |
---|---|---|
committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-19 13:41:16 +0200 |
commit | fee87345967b3d917b618533585076cbfa43451b (patch) | |
tree | 202561eec2284ce1bd3ae4793d32ac346b068848 /django/utils/tree.py | |
parent | 501a8db46595b2d5b99c1d3b1146a832f43cdf1c (diff) | |
download | django-fee87345967b3d917b618533585076cbfa43451b.tar.gz |
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.
Diffstat (limited to 'django/utils/tree.py')
0 files changed, 0 insertions, 0 deletions