summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2025-08-01 12:49:00 -0300
committernessita <124304+nessita@users.noreply.github.com>2025-08-04 21:55:27 -0300
commit9d9b3bc71702e4bd4b7f8e1602d83fd69f871e94 (patch)
tree199ab969d9ee194768d4bc5c76a58a728bfde7dd /docs/ref
parent37f64743800d45d27dcec846fa4fe0b8d46f10b7 (diff)
[5.1.x] Refs #36535 -- Doc'd that docutils < 0.22 is required.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/admindocs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt
index edc29b4a5c..6eb58fb5ff 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` package (versions 0.19 through 0.21.2 required).
* **Optional:** Using the admindocs bookmarklets requires
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.