From d9a83d597ee5aa510cf1aaa086e2fc3f1d7ee4c6 Mon Sep 17 00:00:00 2001 From: Huu Nguyen Date: Thu, 19 Jun 2014 16:50:01 -0700 Subject: [1.7.x] Fixed #22862 -- Added --noinput option to makemigrations. Thanks artortenburger for the report. Backport of fbb684d95e from master --- docs/ref/django-admin.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 -- cgit v1.3