main
Fixed #24128 -- Made admindocs TemplateDetailView respect template_loaders.
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Fixed #24625 -- Prevented arbitrary file inclusion in admindocs
Fixed #27409 -- Made admindocs support custom link text in docstrings.
Refs #33476 -- Reformatted code with Black.
Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.
Captured stderr during admin_docs test.
Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary.