django/docs/internals
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
..
_images
contributing
deprecation.txt Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates. 2021-07-19 13:41:16 +02:00
git.txt
howto-release-django.txt
index.txt
mailing-lists.txt Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs. 2021-07-13 20:21:22 +02:00
organization.txt Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs. 2021-07-13 20:21:22 +02:00
release-process.txt
security.txt