Fixed #24725 -- Allowed renaming of target models in ManyToMany relations

This is a regression caused by introducing rendered migration states in
1aa3e09c20 and the _meta refactoring in fb48eb0581.

Thanks to Danilo Bargen for reporting the issue and Marten Kenbeek and
Tim Graham for triaging the bug and providing the initial test case.
This commit is contained in:
Markus Holtermann 2015-04-30 01:39:50 +02:00
parent cf34ee68f0
commit 63f9b633f9
3 changed files with 30 additions and 1 deletions

View file

@ -72,6 +72,9 @@ Bugfixes
* Restored the ability to use iterators as queryset filter arguments
(:ticket:`24719`).
* Fixed a migration crash when renaming the target model of a many-to-many
relation (:ticket:`24725`).
Optimizations
=============