.. |
operations
|
[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by the manager inheritance refactor.
|
2016-06-20 12:56:37 -04:00 |
__init__.py
|
Implement swappable model support for migrations
|
2014-01-19 16:43:12 +00:00 |
autodetector.py
|
[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.
|
2016-05-30 10:27:28 -04:00 |
exceptions.py
|
Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()
|
2016-05-08 13:53:26 +02:00 |
executor.py
|
[1.10.x] Fixed #26647 -- Included the state of all applied migrations when migrating forward.
|
2016-05-26 13:32:02 -04:00 |
graph.py
|
Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()
|
2016-05-08 13:53:26 +02:00 |
loader.py
|
[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
|
2016-07-14 09:22:06 -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
|
[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
|
2016-07-14 09:22:06 -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 #26555 -- Gave deconstructible objects a higher priority during serialization
|
2016-05-04 22:39:19 +02:00 |
state.py
|
[1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.
|
2016-07-09 18:12:18 +07:00 |
topological_sort.py
|
Fixed #23844 -- Used topological sort for migration operation dependency resolution.
|
2014-11-20 12:49:49 -05:00 |
utils.py
|
Fixed #26429 -- Added a timestamp to merge migration names.
|
2016-05-11 08:19:19 -04:00 |
writer.py
|
[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
|
2016-07-14 09:22:06 -04:00 |