From a80fb8ae24e77abf20047b9dfe867b4b53a8d648 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 19 Dec 2015 08:53:53 -0500 Subject: [1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables. Backport of fa9ce4e9a691e4f8c8b093784bac752e488dc60b from master --- docs/releases/1.9.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3