summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-19 08:53:53 -0500
committerTim Graham <timograham@gmail.com>2015-12-19 13:50:06 -0500
commita80fb8ae24e77abf20047b9dfe867b4b53a8d648 (patch)
tree236717214fbd2b6858499004da6ef5049107377d /docs
parent571f7b759ef90669d756774dd328cdc60f0fa8fe (diff)
[1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
Backport of fa9ce4e9a691e4f8c8b093784bac752e488dc60b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt
index 905f207d6a..8180a2805f 100644
--- a/docs/releases/1.9.1.txt
+++ b/docs/releases/1.9.1.txt
@@ -58,3 +58,6 @@ Bugfixes
behind ``AppRegistryNotReady`` when starting ``runserver`` (:ticket:`25510`).
This regression appeared in 1.8.5 as a side effect of fixing :ticket:`24704`
and by mistake the fix wasn't applied to the ``stable/1.9.x`` branch.
+
+* Fixed ``migrate --fake-initial`` detection of many-to-many tables
+ (:ticket:`25922`).