summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
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
=================================