[1.9.x] Added --noinput in migrate commmand's docs.
Backport of 72ea289ab7f3a0c2c6dca7b2eb73f3117409f8f0 from master
This commit is contained in:
parent
068ffdb399
commit
d3a16b2bbe
@ -783,6 +783,15 @@ with hundreds of models.
|
|||||||
The ``--list`` option has been moved to the :djadmin:`showmigrations`
|
The ``--list`` option has been moved to the :djadmin:`showmigrations`
|
||||||
command.
|
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``
|
``runserver``
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user