main
Fixed #36734 -- Clarified the behavior of View.http_method_not_allowed.
Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in CBV docs.
Refs #36485 -- Rewrapped docs to 79 columns line length.
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
Removed versionadded/changed annotations for 3.2.
Fixed incorrect formatting for inline pluralized code references in docs.
Refs #36485 -- Removed double spaces after periods in sentences.