main
Refs #36485 -- Rewrapped docs to 79 columns line length.
Ensured :doc: role uses absolute targets in docs.
Fixed #36808 -- Required name argument in UniqueConstraint signature.
Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.
Fixed docs spelling errors accumulated over time.
Fixed #36812 -- Dropped support for MariaDB < 10.11.
Generalized check constraint docs for other constraints.
Fixed unbalanced parentheses in docs.
Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects.
Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.