mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.
This commit is contained in:
parent
a4e6030904
commit
c60524c658
30 changed files with 156 additions and 41 deletions
|
@ -1826,7 +1826,7 @@ colored output to another command.
|
|||
Skips running system checks prior to running the command. This option is only
|
||||
available if the
|
||||
:attr:`~django.core.management.BaseCommand.requires_system_checks` command
|
||||
attribute is set to ``True``.
|
||||
attribute is not an empty list or tuple.
|
||||
|
||||
Example usage::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue