summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2015-06-01 17:22:10 -0600
committerCarl Meyer <carl@oddbird.net>2015-06-02 12:10:04 -0600
commit98b40ffe61260fca38230ad05d7f65a78e57ec66 (patch)
tree126a15e231e47242a6d695a62dcd81ff1d007f9f /docs
parent7f92b6e576daace8051785dc046aca00bdccfed4 (diff)
[1.8.x] Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.
Backport of 84522c0d165076d01cd034d7c381b75044daec8d from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt4
1 files changed, 4 insertions, 0 deletions
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`).