Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: d7b32d31205834262758ca5f48e5fe3a453f7ad3
https://github.com/django/django/commit/d7b32d31205834262758ca5f48e5fe3a453f7ad3
Author: Tim Graham <
timog...@gmail.com>
Date: 2014-09-24 (Wed, 24 Sep 2014)
Changed paths:
M django/db/migrations/executor.py
M docs/releases/1.7.1.txt
M tests/migrations/test_executor.py
R tests/migrations/test_migrations_backwards_deps_1/__init__.py
R tests/migrations2/test_migrations_backwards_deps_2/0001_initial.py
R tests/migrations2/test_migrations_backwards_deps_2/__init__.py
Log Message:
-----------
[1.7.x] Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations."
Backport of d7ab2cefb7 from master