summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorHuu Nguyen <whoshuu@gmail.com>2014-06-19 16:50:01 -0700
committerTim Graham <timograham@gmail.com>2014-06-20 09:10:43 -0400
commitd9a83d597ee5aa510cf1aaa086e2fc3f1d7ee4c6 (patch)
treeab9cbef7e0696f347755d811f4466770f8d1eb58 /docs/ref/django-admin.txt
parent0b871ec22a3397063a0150d26efc0d1e1a293108 (diff)
[1.7.x] Fixed #22862 -- Added --noinput option to makemigrations.
Thanks artortenburger for the report. Backport of fbb684d95e from master
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index a6a0de4002..de5fa27df5 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -642,6 +642,8 @@ Providing one or more app names as arguments will limit the migrations created
to the app(s) specified and any dependencies needed (the table at the other end
of a ``ForeignKey``, for example).
+The :djadminopt:`--noinput` option may be provided to suppress all user prompts.
+
.. django-admin-option:: --empty
The ``--empty`` option will cause ``makemigrations`` to output an empty