summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-01-11 20:59:34 -0500
committerTim Graham <timograham@gmail.com>2016-02-01 11:25:42 -0500
commitd7a6086825d4a308955e792f65fdd9b5f714a505 (patch)
tree18d8ce5d96a3fe188ff1c6f7227baa56269befa9 /docs/ref/checks.txt
parent0495f44b8d7f971f228a5e180ab9bc4b08cf57c6 (diff)
[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master
Diffstat (limited to 'docs/ref/checks.txt')
-rw-r--r--docs/ref/checks.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index ff6b6e43ee..b0c6390508 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -69,6 +69,8 @@ class name.
Builtin checks
==============
+.. _system-check-builtin-tags:
+
Builtin tags
------------
@@ -450,8 +452,7 @@ balancer, it'd be irritating to be constantly warned about not having enabled
:setting:`SECURE_SSL_REDIRECT`. Use :setting:`SILENCED_SYSTEM_CHECKS` to
silence unneeded checks.
-The following checks will be run if you use the :djadminopt:`--deploy` option
-of the :djadmin:`check` command:
+The following checks are run if you use the :option:`check --deploy` option:
* **security.W001**: You do not have
:class:`django.middleware.security.SecurityMiddleware` in your