main
Fixed #36734 -- Clarified the behavior of View.http_method_not_allowed.
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Added community package storage backends mention to docs.
Fixed #33113 -- Documented usage and caveats of HTML5 date input in DateInput widget.
Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit references from HTML truncation docs.
Fixed #36844 -- Clarified need for reusable apps to set default_auto_field in packaging tutorial and AppConfig docs.
Fixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.
Refs #36485 -- Rewrapped docs to 79 columns line length.
Added missing quotes around nonce in docs/ref/csp.txt.
Fixed #36812 -- Dropped support for MariaDB < 10.11.
Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects.
Fixed #28586 -- Added model field fetch modes.
Fixed #35859 -- Added background Tasks framework interface.
Ensured :doc: role uses absolute targets in docs.
Refs #36862 -- Reiterated security note on both variants of RemoteUserMiddleware.
Fixed #35786 -- Removed outdated note about database defaults in AddField/AlterField docs.
Refs #36485 -- Removed double spaces after periods in sentences.
Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.
Refs CVE-2026-33034 -- Improved security documentation on handling large request bodies.
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Fixed #36816 -- Allowed **kwargs in @task decorator.
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
Removed versionadded/changed annotations for 5.2.
Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().
Clarified EmailValidator docs to specify it validates an email address.
Fixed #36848 -- Mentioned BadRequest exception in docs/ref/views.txt.