django1/django/db/migrations
Markus Holtermann 5c9c1e029d Fixed #23614 -- Changed the way the migration autodetector orders unique/index_together
Thanks to Naddiseo for the report and Tim Graham for the review
2014-10-29 13:05:42 -04: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 Fixed #23614 -- Changed the way the migration autodetector orders unique/index_together 2014-10-29 13:05:42 -04:00
executor.py Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." 2014-09-24 15:49:30 -04:00
graph.py Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04:00
loader.py Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -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
writer.py Limited lines to 119 characters in django/{contrib,db}. 2014-10-29 07:59:35 -04:00