summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2015-06-02 14:23:07 -0600
committerCarl Meyer <carl@oddbird.net>2015-06-02 16:21:58 -0600
commitefdcd13c340cee944531747c24be890af1e46710 (patch)
tree9d7c30c37c64377069a54a9e0f39ffbcee2e7368 /docs
parentc37c6dc410cab2d66a651647015d919feaecc4f7 (diff)
[1.8.x] Fixed #24628 -- Fixed applied status for squashed migrations.
Backport of 492537ac18df56c36f8a2335d773aa0fa01a61a3 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt
index 2940623e55..4f98027f7e 100644
--- a/docs/releases/1.8.3.txt
+++ b/docs/releases/1.8.3.txt
@@ -47,3 +47,6 @@ Bugfixes
* 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`).
+
+* Fixed recording of applied status for squashed (replacement) migrations
+ (:ticket:`24628`).