diff options
| author | John Giannelos <johngiannelos@gmail.com> | 2015-03-03 00:13:14 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-16 14:04:37 -0400 |
| commit | 8758a63ddbbf7a2626bd84d50cfe83b477e8de0a (patch) | |
| tree | 019381f991f41559269c2375664263be34e85bfa /docs | |
| parent | 818182b514d1c6b379130c440689355b4d231d49 (diff) | |
Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
Also added display of migration to stdout when verbosity=3.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.7.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.7.txt b/docs/releases/1.7.7.txt index 1c6b9325f4..8b4ae1575d 100644 --- a/docs/releases/1.7.7.txt +++ b/docs/releases/1.7.7.txt @@ -12,3 +12,7 @@ Bugfixes * Fixed renaming of classes in migrations where renaming a subclass would cause incorrect state to be recorded for objects that referenced the superclass (:ticket:`24354`). + +* Stopped writing migration files in dry run mode when merging migration + conflicts. When ``makemigrations --merge`` is called with ``verbosity=3`` the + migration file is written to ``stdout`` (:ticket: `24427`). |
