From 6866c91b638de5368c18713fa851bfe56253ea55 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 26 Apr 2019 16:37:57 -0700 Subject: Fixed #30418 -- Added --skip-checks management command option. --- docs/ref/django-admin.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index b531978dd6..a269f6f8c6 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1724,6 +1724,19 @@ Forces colorization of the command output if it would otherwise be disabled as discussed in :ref:`syntax-coloring`. For example, you may want to pipe colored output to another command. +.. django-admin-option:: --skip-checks + +.. versionadded:: 3.0 + +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``. + +Example usage:: + + django-admin migrate --skip-checks + Extra niceties ============== -- cgit v1.3