mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Removed the validate management command per deprecation timeline.
This commit is contained in:
parent
714277cb4c
commit
0622bca5d1
6 changed files with 6 additions and 35 deletions
|
@ -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
|
||||
=================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue