summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 2144bba219..1afaf15038 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -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``
-------------