diff options
| author | Huu Nguyen <whoshuu@gmail.com> | 2014-06-19 16:50:01 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-20 08:55:02 -0400 |
| commit | fbb684d95ed71487fe16135321d59ddb043ee903 (patch) | |
| tree | c1facb6b51569a6a8bbe658fa01ed3c3ca3760b9 /docs/ref | |
| parent | 608aa8d101b03004ed2181fac82d8f3d28253bbd (diff) | |
Fixed #22862 -- Added --noinput option to makemigrations.
Thanks artortenburger for the report.
Diffstat (limited to 'docs/ref')
| -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 cdc312d05c..f47c1967cd 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -652,6 +652,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 |
