diff options
| author | Huu Nguyen <whoshuu@gmail.com> | 2014-06-19 16:50:01 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-20 09:10:43 -0400 |
| commit | d9a83d597ee5aa510cf1aaa086e2fc3f1d7ee4c6 (patch) | |
| tree | ab9cbef7e0696f347755d811f4466770f8d1eb58 /docs | |
| parent | 0b871ec22a3397063a0150d26efc0d1e1a293108 (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')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
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 |
