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:07:54 -0600
commit84522c0d165076d01cd034d7c381b75044daec8d (patch)
tree8d0526b535f25f63cabb5dcbf8058dcc93145ec3 /docs
parent262d4db8c4c849b0fdd84550fb96472446cf90df (diff)
Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.
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`).