mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed BaseCommand.validate() per deprecation timeline; refs #16905.
This commit is contained in:
parent
67a76500a5
commit
0f169098ef
2 changed files with 0 additions and 17 deletions
|
@ -361,13 +361,6 @@ the :meth:`~BaseCommand.handle` method must be implemented.
|
|||
performed. ``tags`` can be a list of check tags, like ``compatibility`` or
|
||||
``models``.
|
||||
|
||||
.. method:: BaseCommand.validate(app=None, display_num_errors=False)
|
||||
|
||||
.. deprecated:: 1.7
|
||||
Replaced with the :djadmin:`check` command
|
||||
|
||||
If ``app`` is None, then all installed apps are checked for errors.
|
||||
|
||||
.. _ref-basecommand-subclasses:
|
||||
|
||||
BaseCommand subclasses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue