summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-17 19:00:12 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 19:12:03 -0500
commit0622bca5d1b25877167b7beda96edcd3ba58db8d (patch)
tree32df33bbf2ac65345a65eb4ddbad6f462042c2d1 /docs/ref/django-admin.txt
parent714277cb4cedd8290101f9c6b3e6382f192ae177 (diff)
Removed the validate management command per deprecation timeline.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index a437c0f764..558afe3c2b 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1343,17 +1343,6 @@ To run on 1.2.3.4:7000 with a ``test`` fixture::
The :djadminopt:`--noinput` option may be provided to suppress all user
prompts.
-validate
---------
-
-.. django-admin:: validate
-
-.. deprecated:: 1.7
- Replaced by the :djadmin:`check` command.
-
-Validates all installed models (according to the :setting:`INSTALLED_APPS`
-setting) and prints validation errors to standard output.
-
Commands provided by applications
=================================