django1/django/db/migrations
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
..
operations Fixed #24725 -- Allowed renaming of target models in ManyToMany relations 2015-04-30 13:27:29 +02:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #24537 -- Ignored field order in RenameModel detection 2015-03-28 20:45:15 +01:00
executor.py Refs #24554 -- Prevented rendering of unused migrations 2015-04-01 02:00:34 +02:00
graph.py Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed 2015-04-01 02:00:05 +02:00
loader.py Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth" 2015-02-07 20:14:49 +01:00
migration.py Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed 2015-04-01 02:00:05 +02:00
optimizer.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
questioner.py Fixed #23407 -- Extended coverage of makemigrations --noinput option. 2015-03-08 19:44:14 +01:00
recorder.py Removed the syncdb command per deprecation timeline. 2015-01-17 09:20:12 -05:00
state.py Fixed #24701 -- Converted model manager names to unicode in migrations 2015-04-25 18:17:06 +02:00
topological_sort.py Fixed #23844 -- Used topological sort for migration operation dependency resolution. 2014-11-20 12:49:49 -05:00
writer.py Fixed #24514 -- Made migration writer omit models import if it's unused. 2015-04-10 07:04:26 -04:00