diff options
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 |
