Commit d3a16b2b authored by Arthur Vuillard's avatar Arthur Vuillard Committed by Tim Graham
Browse files

[1.9.x] Added --noinput in migrate commmand's docs.

Backport of 72ea289a from master
parent 068ffdb3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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``
-------------