1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.

Backport of fa9ce4e9a6 from master
This commit is contained in:
Tim Graham
2015-12-19 08:53:53 -05:00
parent 571f7b759e
commit a80fb8ae24
6 changed files with 130 additions and 4 deletions

View File

@@ -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`).