summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Vuillard <arthur@hashbang.fr>2016-05-01 18:04:26 +0200
committerTim Graham <timograham@gmail.com>2016-05-03 09:43:16 -0400
commit72ea289ab7f3a0c2c6dca7b2eb73f3117409f8f0 (patch)
tree0dd3853542733ad6bc19b2be4b43fc29684393de
parentb9f8635f58ad743995cad2081b3dc395e55761e5 (diff)
Added --noinput in migrate commmand's 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 1cca7a8e84..55e263477b 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -780,6 +780,15 @@ Allows creating tables for apps without migrations. While this isn't
recommended, the migrations framework is sometimes too slow on large projects
with hundreds of models.
+.. 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``
-------------