django1/django/db/migrations
Claude Paroz 1aa3e09c20 Fixed #23745 -- Reused states as much as possible in migrations
Thanks Tim Graham and Markus Holtermann for the reviews.
2015-01-02 15:37:10 +01:00
..
operations Fixed #23745 -- Reused states as much as possible in migrations 2015-01-02 15:37:10 +01:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Added ignore_swappable to StateApps 2015-01-02 15:37:09 +01:00
executor.py Fixed #23745 -- Reused states as much as possible in migrations 2015-01-02 15:37:10 +01:00
graph.py Fixed #24017 -- Added python_2_unicode_compatible in db/migrations 2014-12-21 16:10:43 -05:00
loader.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
migration.py Fixed #23745 -- Reused states as much as possible in migrations 2015-01-02 15:37:10 +01: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 Fixed #23745 -- Reused states as much as possible in migrations 2015-01-02 15:37:10 +01:00
topological_sort.py Fixed #23844 -- Used topological sort for migration operation dependency resolution. 2014-11-20 12:49:49 -05:00
writer.py Fixed #23866 -- Harmonized refs to Django documentation from code 2014-12-25 13:53:13 +01:00