1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #30418 -- Added --skip-checks management command option.

This commit is contained in:
Jon Dufresne
2019-04-26 16:37:57 -07:00
committed by Mariusz Felisiak
parent eb16c7260e
commit 6866c91b63
4 changed files with 34 additions and 3 deletions

View File

@@ -180,6 +180,9 @@ Management Commands
* :djadmin:`inspectdb` now introspects :class:`~django.db.models.OneToOneField`
when a foreign key has a unique or primary key constraint.
* The new :option:`--skip-checks` option skips running system checks prior to
running the command.
Migrations
~~~~~~~~~~