Fixed warnings in admindocs; refs #20126.
This commit is contained in:
parent
f53059b411
commit
d9d24c4521
|
@ -30,8 +30,8 @@ the following:
|
||||||
* Install the docutils Python module (http://docutils.sf.net/).
|
* Install the docutils Python module (http://docutils.sf.net/).
|
||||||
* **Optional:** Linking to templates requires the :setting:`ADMIN_FOR`
|
* **Optional:** Linking to templates requires the :setting:`ADMIN_FOR`
|
||||||
setting to be configured.
|
setting to be configured.
|
||||||
* **Optional:** Using the admindocs bookmarklets requires the
|
* **Optional:** Using the admindocs bookmarklets requires
|
||||||
:mod:`XViewMiddleware<django.contrib.admindocs.middleware>` to be installed.
|
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.
|
||||||
|
|
||||||
Once those steps are complete, you can start browsing the documentation by
|
Once those steps are complete, you can start browsing the documentation by
|
||||||
going to your admin interface and clicking the "Documentation" link in the
|
going to your admin interface and clicking the "Documentation" link in the
|
||||||
|
@ -157,6 +157,5 @@ Using these bookmarklets requires that you are either logged into the
|
||||||
:mod:`Django admin <django.contrib.admin>` as a
|
:mod:`Django admin <django.contrib.admin>` as a
|
||||||
:class:`~django.contrib.auth.models.User` with
|
:class:`~django.contrib.auth.models.User` with
|
||||||
:attr:`~django.contrib.auth.models.User.is_staff` set to `True`, or that the
|
:attr:`~django.contrib.auth.models.User.is_staff` set to `True`, or that the
|
||||||
:mod:`XViewMiddleware <django.contrib.admindocs.middleware>` is installed and
|
``XViewMiddleware`` is installed and you are accessing the site from an IP
|
||||||
you are accessing the site from an IP address listed in
|
address listed in :setting:`INTERNAL_IPS`.
|
||||||
:setting:`INTERNAL_IPS`.
|
|
||||||
|
|
Loading…
Reference in New Issue