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:37:24 -0500
commitfa9ce4e9a691e4f8c8b093784bac752e488dc60b (patch)
treebf3fd60e63220cb1b229d04962677e885d5018f0 /docs
parentb26d147259202455ce356755b729c3dcb16ae9e6 (diff)
Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
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`).