Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: c0a56001e0e5c35615842f4ed223b7baeb234730
https://github.com/django/django/commit/c0a56001e0e5c35615842f4ed223b7baeb234730
Author: Moayad Mardini <
moay...@gmail.com>
Date: 2014-05-26 (Mon, 26 May 2014)
Changed paths:
M django/core/management/commands/makemigrations.py
M docs/ref/django-admin.txt
M tests/migrations/test_commands.py
Log Message:
-----------
[1.7.x] 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`.
Backport of 2e613ea5c5 from master