.. |
operations
|
Fixed #26316 -- Factored duplicated code in model/field migration operations.
|
2016-03-03 18:24:36 -05:00 |
__init__.py
|
Implement swappable model support for migrations
|
2014-01-19 16:43:12 +00:00 |
autodetector.py
|
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
|
2016-03-19 09:24:27 +01:00 |
exceptions.py
|
Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundError
|
2016-03-10 17:27:35 +11: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 #25388 -- Added an option to allow disabling of migrations during test database creation
|
2016-03-23 08:21:30 +08: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 #26075 -- Added clearer wording for one-off values in makemigrations
|
2016-04-03 17:12:55 +02:00 |
recorder.py
|
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
|
2015-05-13 18:30:36 +02:00 |
serializer.py
|
Fixed #26151 -- Refactored MigrationWriter.serialize()
|
2016-02-25 14:01:06 -05: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 #25388 -- Added an option to allow disabling of migrations during test database creation
|
2016-03-23 08:21:30 +08:00 |