django1/django/contrib
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
..
admin Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
admindocs Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
auth Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
contenttypes Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
flatpages Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
gis Fixed #32928 -- Confirmed support for GDAL 3.3. 2021-07-16 09:36:53 +02:00
humanize Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
messages Refs #24121 -- Added __repr__() to ChangeList and BaseStorage. 2021-06-07 06:31:50 +02:00
postgres Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates. 2021-07-19 13:41:16 +02:00
redirects Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
sessions Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
sitemaps Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https. 2021-05-21 11:00:54 +02:00
sites Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
staticfiles Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0. 2021-06-07 07:56:20 +02:00
syndication Fixed #32366 -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
__init__.py