.. |
operations
|
Fixed #25833 -- Added support for non-atomic migrations.
|
2016-02-05 09:09:05 -05:00 |
__init__.py
|
Implement swappable model support for migrations
|
2014-01-19 16:43:12 +00:00 |
autodetector.py
|
Fixed #25551 -- Fixed migration operations ordering when adding fields and a unique_together constraint.
|
2015-11-20 12:20:41 -05:00 |
exceptions.py
|
Fixed #24743, #24745 -- Optimized migration plan handling
|
2015-09-19 14:54:53 +10:00 |
executor.py
|
Fixed #26117 -- Consulted database routers in initial migration detection.
|
2016-02-25 09:56:00 -05:00 |
graph.py
|
Removed django.utils.functional.total_ordering()
|
2015-06-15 13:15:24 -04:00 |
loader.py
|
Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
|
2015-12-03 16:31:50 -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 #26135 -- Adjusted the migration questioner's handling of disabled apps.
|
2016-01-25 21:38:36 -05:00 |
recorder.py
|
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
|
2015-05-13 18:30:36 +02:00 |
state.py
|
Fixed typo in django/db/migrations/state.py.
|
2016-02-08 07:41:25 -05: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 #25280 -- Properly checked regex objects for equality to prevent infinite migrations
|
2015-08-27 09:52:53 +10:00 |
writer.py
|
Fixed #25807 -- Instructed the migration writer about lazy objects.
|
2015-11-26 11:14:47 -05:00 |