mirror of
https://github.com/django/django.git
synced 2025-08-25 19:29:14 +00:00
[5.1.x] Refs #36535 -- Doc'd that docutils < 0.22 is required.
This commit is contained in:
parent
37f6474380
commit
9d9b3bc717
@ -316,7 +316,7 @@ dependencies:
|
||||
* :pypi:`asgiref` 3.8.1+ (required)
|
||||
* :pypi:`bcrypt`
|
||||
* :pypi:`colorama` 0.4.6+
|
||||
* :pypi:`docutils` 0.19+
|
||||
* :pypi:`docutils` 0.19 through 0.21.2
|
||||
* :pypi:`geoip2`
|
||||
* :pypi:`Jinja2` 2.11+
|
||||
* :pypi:`numpy`
|
||||
|
@ -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.
|
||||
|
||||
|
@ -3,7 +3,7 @@ asgiref >= 3.8.1
|
||||
argon2-cffi >= 19.2.0
|
||||
bcrypt
|
||||
black == 24.10.0
|
||||
docutils >= 0.19
|
||||
docutils >= 0.19, < 0.22
|
||||
geoip2
|
||||
jinja2 >= 2.11.0
|
||||
numpy
|
||||
|
Loading…
x
Reference in New Issue
Block a user