From 84522c0d165076d01cd034d7c381b75044daec8d Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 1 Jun 2015 17:22:10 -0600 Subject: Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency. --- docs/releases/1.8.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index 2761f06271..2940623e55 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -43,3 +43,7 @@ Bugfixes * Allowed using ``choices`` longer than 1 day with ``DurationField`` (:ticket:`24897`). + +* Fixed a crash when loading squashed migrations from two apps with a + dependency between them, where the dependent app's replaced migrations are + partially applied (:ticket:`24895`). -- cgit v1.3