diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-24 13:29:07 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-24 13:29:07 -0400 |
| commit | 450a61600407d7320b85b75b441ce67b199da68b (patch) | |
| tree | cb1c2228688332dbfeb3353bbe1e75592864f98e /docs | |
| parent | 21683011d5b46806d12106a3079b704ed41cd261 (diff) | |
Corrected --noinput docs for makemigrations; refs #23407.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index fd4abc62f4..37f9cc018e 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -681,8 +681,6 @@ 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 @@ -700,7 +698,9 @@ written. .. django-admin-option:: --merge -The ``--merge`` option enables fixing of migration conflicts. +The ``--merge`` option enables fixing of migration conflicts. The +:djadminopt:`--noinput` option may be provided to suppress user prompts during +a merge. .. django-admin-option:: --name, -n |
