mirror of
https://github.com/django/django.git
synced 2025-08-10 05:48:15 +00:00
[1.9.x] Added --noinput in migrate commmand's docs.
Backport of 72ea289ab7
from master
This commit is contained in:
parent
068ffdb399
commit
d3a16b2bbe
1 changed files with 9 additions and 0 deletions
|
@ -783,6 +783,15 @@ with hundreds of models.
|
|||
The ``--list`` option has been moved to the :djadmin:`showmigrations`
|
||||
command.
|
||||
|
||||
.. django-admin-option:: --noinput, --no-input
|
||||
|
||||
Suppresses all user prompts. An example prompt is asking about removing stale
|
||||
content types.
|
||||
|
||||
.. versionchanged:: 1.9
|
||||
|
||||
The ``--no-input`` alias was added.
|
||||
|
||||
``runserver``
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue