summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorRaphael Michel <mail@raphaelmichel.de>2015-09-07 15:17:55 +0200
committerTim Graham <timograham@gmail.com>2015-09-08 08:41:03 -0400
commit1bbca7961cee20c4ddd453a7d74d316e84f4bbb5 (patch)
tree507f1df10ae0a5a050f7dae9f0e0b0a1247470a2 /docs/ref/django-admin.txt
parent25c157e4ccc27702883b0c3a53e0e9b44e19757d (diff)
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 94b12fe9d7..35a02eecc8 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1552,7 +1552,12 @@ If not provided all locales are processed.
Use the ``--noinput`` option to suppress all user prompting, such as "Are
you sure?" confirmation messages. This is useful if ``django-admin`` is
-being executed as an unattended, automated script.
+being executed as an unattended, automated script. You can use ``--no-input``
+as an alias for this option.
+
+.. versionchanged:: 1.9
+
+ The ``--no-input`` alias was added.
Extra niceties
==============