From 02ae5fd31a56ffb42feadb49c1f3870ba0a24869 Mon Sep 17 00:00:00 2001 From: Attila Tovt Date: Sat, 2 Apr 2016 14:46:59 +0200 Subject: Fixed #25850 -- Made migrate/makemigrations error on inconsistent history. --- docs/releases/1.10.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 96b9d23f62..2e97ff3d54 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -323,6 +323,10 @@ Migrations * Added support for :ref:`non-atomic migrations ` by setting the ``atomic`` attribute on a ``Migration``. +* The ``migrate`` and ``makemigrations`` commands now check for a consistent + migration history. If they find some unapplied dependencies of an applied + migration, ``InconsistentMigrationHistory`` is raised. + Models ~~~~~~ -- cgit v1.3