diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-01 12:49:00 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-04 22:07:14 -0300 |
| commit | 7335a1a9138e905aa681169c3b820fed207edfa5 (patch) | |
| tree | 15c09d092870cd1827de7426fd09d2185b947029 /docs/ref | |
| parent | 591b23a11b099081fc39d00171f5dc9efbd67e13 (diff) | |
[4.2.x] Refs #36535 -- Doc'd that docutils < 0.22 is required.
Backport of 9d9b3bc71702e4bd4b7f8e1602d83fd69f871e94 from stable/5.1.x.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/admindocs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index cc121a7bed..9806aa2439 100644 --- a/docs/ref/contrib/admin/admindocs.txt +++ b/docs/ref/contrib/admin/admindocs.txt @@ -23,7 +23,8 @@ 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 docutils Python module (https://docutils.sourceforge.io/). +* Install the docutils Python module version <0.22 + (https://docutils.sourceforge.io/). * **Optional:** Using the admindocs bookmarklets requires ``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed. |
