diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index d3c3177858..6bb67f01fc 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -663,7 +663,9 @@ your migrations. .. django-admin-option:: --dry-run The ``--dry-run`` option shows what migrations would be made without -actually writing any migrations files to disk. +actually writing any migrations files to disk. Using this option along with +``--verbosity 3`` will also show the complete migrations files that would be +written. .. django-admin-option:: --merge |
