summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-05-14 00:00:41 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-05-21 12:34:54 +0200
commitc60524c658f197f645b638f9bcc553103bfe2630 (patch)
tree46c3f2c654626caddbd2764b195adf2fcb4a21fa /docs/ref
parenta4e6030904df63b3f10aa0729b86dc6942b0458e (diff)
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 46e048e648..f67849c848 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -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::