From 0622bca5d1b25877167b7beda96edcd3ba58db8d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 17 Jan 2015 19:00:12 -0500 Subject: Removed the validate management command per deprecation timeline. --- docs/ref/django-admin.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/ref') 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 ================================= -- cgit v1.3