django1/django/db/migrations/operations
Markus Holtermann 63f9b633f9 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.
2015-04-30 13:27:29 +02:00
..
__init__.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
base.py Fixed #23879 -- Allowed model migration skip based on feature/vendor 2015-04-18 15:17:49 +02:00
fields.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
models.py Fixed #24725 -- Allowed renaming of target models in ManyToMany relations 2015-04-30 13:27:29 +02:00
special.py Refs #24278 -- Allowed multi-line serializations in OperationWriter. 2015-04-05 20:19:24 +02:00