summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMoayad Mardini <moayad.m@gmail.com>2014-05-26 23:09:17 +0300
committerMoayad Mardini <moayad.m@gmail.com>2014-05-27 00:40:55 +0300
commit2e613ea5c52d4d12e071987178af18c0371d6e2f (patch)
tree830aa0eef0d7e5c5462bf7ab43aeff43eb9b60e6 /docs
parentb625e861e5d2709a16588ecb82f46e1fb86004c7 (diff)
Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.
`makemigrations --dry-run` will output the complete migrations file that would be written if it's used along with `--verbosity 3`.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt4
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