From 2e613ea5c52d4d12e071987178af18c0371d6e2f Mon Sep 17 00:00:00 2001 From: Moayad Mardini Date: Mon, 26 May 2014 23:09:17 +0300 Subject: 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`. --- docs/ref/django-admin.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.3