django1/django/db/migrations/operations
Markus Holtermann bf4dc5733f [1.8.x] 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.

Backport of 63f9b633f9 from master
2015-04-30 13:46:24 +02:00
..
__init__.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
base.py [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
fields.py [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
models.py [1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relations 2015-04-30 13:46:24 +02:00
special.py [1.8.x] Refs #24278 -- Allowed multi-line serializations in OperationWriter. 2015-04-05 20:29:21 +02:00