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:
committed by
Mariusz Felisiak
parent
eb16c7260e
commit
6866c91b63
@@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user