django1/django/db/migrations
Klaas van Schelven 13d613f800 Use topological sort for migration operation dependency resolution
rather than an ad-hoc algorithm
2014-11-15 14:45:42 +01:00
..
operations Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Use topological sort for migration operation dependency resolution 2014-11-15 14:45:42 +01:00
executor.py Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." 2014-09-24 15:49:30 -04:00
graph.py Fixed #23556 -- Raised a more meaningful error message when migrations refer to an unavailable node 2014-10-30 00:17:29 +01:00
loader.py Fixed #23733 -- Fixed squashing migrations that depend on multiple apps. 2014-10-30 14:39:11 -04:00
migration.py Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04:00
optimizer.py Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04: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 Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04:00
topological_sort.py Use topological sort for migration operation dependency resolution 2014-11-15 14:45:42 +01:00
writer.py Fixed #23770 -- Changed serialization strategy for floats with respect to NaN and Inf 2014-11-06 15:30:30 +01:00