django1/django/db/migrations
Markus Holtermann 45ded053b1 Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 2017-01-17 08:12:52 -05:00
..
operations Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 2017-01-17 08:12:52 -05: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 #27463 -- Fixed E741 flake8 warnings. 2016-11-14 17:40:28 -05: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 #27378 -- Added support for serialization of uuid.UUID in migrations. 2016-11-06 13:53:00 +01:00
state.py Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 2017-01-17 08:12:52 -05: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 Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes) 2016-10-06 11:41:35 +02:00