django1/django/db/migrations
Baptiste Mispelon 09188b5024 [1.8.x] Fixed #24566 -- Added support for serializing timedelta
Thanks to knbk for the report.

Backport of 30a3c2f74c from master.
2015-04-02 17:41:08 +02:00
..
operations [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py [1.8.x] Fixed #24435 -- Prevented m2m field removal and addition in migrations when changing blank 2015-03-04 15:44:38 +01:00
executor.py [1.8.x] Refs #24554 -- Prevented rendering of unused migrations 2015-04-01 11:14:55 +02:00
graph.py [1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed 2015-04-01 11:14:55 +02:00
loader.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
migration.py [1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed 2015-04-01 11:14:55 +02:00
optimizer.py [1.8.x] Fixed typos in code comments. 2015-01-20 12:18:29 -05:00
questioner.py Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04:00
recorder.py Called table_names instead of get_table_list in migrations 2014-09-23 20:13:31 +02:00
state.py [1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed 2015-04-01 11:14:55 +02:00
topological_sort.py Fixed #23844 -- Used topological sort for migration operation dependency resolution. 2014-11-20 12:49:49 -05:00
writer.py [1.8.x] Fixed #24566 -- Added support for serializing timedelta 2015-04-02 17:41:08 +02:00