From 195836b69af24d3c10fa994fb772c5be1cf065da Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 19 Oct 2025 20:13:16 +0200 Subject: [6.0.x] Refs #36005 -- Bumped minimum supported versions of docutils to 0.22. Backport of ca3e0484ef31d13053af6a9d50667813e22fc282 from main. --- docs/ref/contrib/admin/admindocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index 5a605748ad..b3c32716d0 100644 --- a/docs/ref/contrib/admin/admindocs.txt +++ b/docs/ref/contrib/admin/admindocs.txt @@ -23,7 +23,7 @@ the following: your ``urlpatterns``. Make sure it's included *before* the ``'admin/'`` entry, so that requests to ``/admin/doc/`` don't get handled by the latter entry. -* Install the :pypi:`docutils` 0.19+ package. +* Install the :pypi:`docutils` 0.22+ package. * **Optional:** Using the admindocs bookmarklets requires ``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed. -- cgit v1.3