summaryrefslogtreecommitdiff
path: root/docs/ref
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 08:55:02 -0400
commitfbb684d95ed71487fe16135321d59ddb043ee903 (patch)
treec1facb6b51569a6a8bbe658fa01ed3c3ca3760b9 /docs/ref
parent608aa8d101b03004ed2181fac82d8f3d28253bbd (diff)
Fixed #22862 -- Added --noinput option to makemigrations.
Thanks artortenburger for the report.
Diffstat (limited to 'docs/ref')
-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 cdc312d05c..f47c1967cd 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -652,6 +652,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