mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 07:50:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| admin | ||
| gis | ||
| postgres | ||
| auth.txt | ||
| contenttypes.txt | ||
| flatpages.txt | ||
| humanize.txt | ||
| index.txt | ||
| messages.txt | ||
| redirects.txt | ||
| sitemaps.txt | ||
| sites.txt | ||
| staticfiles.txt | ||
| syndication.txt | ||