Corrected --noinput docs for makemigrations; refs #23407.
This commit is contained in:
parent
21683011d5
commit
450a616004
|
@ -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
|
to the app(s) specified and any dependencies needed (the table at the other end
|
||||||
of a ``ForeignKey``, for example).
|
of a ``ForeignKey``, for example).
|
||||||
|
|
||||||
The :djadminopt:`--noinput` option may be provided to suppress all user prompts.
|
|
||||||
|
|
||||||
.. django-admin-option:: --empty
|
.. django-admin-option:: --empty
|
||||||
|
|
||||||
The ``--empty`` option will cause ``makemigrations`` to output an empty
|
The ``--empty`` option will cause ``makemigrations`` to output an empty
|
||||||
|
@ -700,7 +698,9 @@ written.
|
||||||
|
|
||||||
.. django-admin-option:: --merge
|
.. 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
|
.. django-admin-option:: --name, -n
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue