1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #25350 -- Added alias --no-input for --noinput to management commands.

This commit is contained in:
Raphael Michel
2015-09-07 15:17:55 +02:00
committed by Tim Graham
parent 25c157e4cc
commit 1bbca7961c
11 changed files with 29 additions and 10 deletions

View File

@@ -418,6 +418,9 @@ Management Commands
* The ``django`` package may be run as a script, i.e. ``python -m django``,
which will behave the same as ``django-admin``.
* Management commands that have the ``--noinput`` option now also take
``--no-input`` as an alias for that option.
Migrations
^^^^^^^^^^