django1/django/db/migrations
Simon Charette 040bd7c938 Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations.
Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial
patch and Tim for the review.
2016-10-04 08:35:15 -04:00
..
operations Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations. 2016-10-04 08:35:15 -04:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrations. 2016-09-19 10:17:16 -04:00
exceptions.py Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph() 2016-05-08 13:53:26 +02:00
executor.py Fixed #27100 -- Included already applied migration changes in the pre-migrate state. 2016-08-24 01:17:48 -04:00
graph.py Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph() 2016-05-08 13:53:26 +02:00
loader.py Fixed #27142, #27110 -- Made makemigrations consistency checks respect database routers. 2016-09-01 16:19:29 -04:00
migration.py Fixed #25833 -- Added support for non-atomic migrations. 2016-02-05 09:09:05 -05:00
optimizer.py Fixed #26064 -- Moved operation reduction logic to their own class. 2016-01-23 14:19:02 -05:00
questioner.py Fixed #25109 -- Stopped silencing explicitly specified migration modules import errors. 2016-08-30 19:50:42 -04:00
recorder.py Fixed #24742 -- Made runserver.check_migrations ignore read-only databases 2015-05-13 18:30:36 +02:00
serializer.py Fixed #27081 -- Allowed migrations to serialize methods on pypy. 2016-08-30 21:47:34 -04:00
state.py Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
topological_sort.py Clarified topological_sort_as_sets() docstring. 2016-08-29 13:58:39 -04:00
utils.py Fixed #26429 -- Added a timestamp to merge migration names. 2016-05-11 08:19:19 -04:00
writer.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00