django1/django/db/migrations
Patryk Zawadzki 0385dad073 Fixed #24513 -- Made sure a model is only rendered once during reloads
This also prevents state modifications from corrupting previous states.
Previously, when a model defining a relation was unregistered first,
clearing the cache would cause its related models' _meta to be cleared
and would result in the old models losing track of their relations.
2015-04-07 14:49:47 +02:00
..
operations Refs #24278 -- Allowed multi-line serializations in OperationWriter. 2015-04-05 20:19:24 +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 #24513 -- Made sure a model is only rendered once during reloads 2015-04-07 14:49:47 +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 #24278 -- Fixed serialization of migration operations. 2015-04-05 20:26:21 +02:00