summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
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:47:12 -0400
commitd3a16b2bbec0eb8ac6c717962073ce4d126a46d3 (patch)
tree10e0601e02c044143c6f0f0ca3c1ca304e972c43 /docs/ref/django-admin.txt
parent068ffdb39905da1d1a724550a9dd984ee55ec5b6 (diff)
[1.9.x] Added --noinput in migrate commmand's docs.
Backport of 72ea289ab7f3a0c2c6dca7b2eb73f3117409f8f0 from master
Diffstat (limited to 'docs/ref/django-admin.txt')
-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``
-------------