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:
committed by
Tim Graham
parent
25c157e4cc
commit
1bbca7961c
@@ -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
|
||||
^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user