django1/django/db/migrations
Tim Graham 09da1b465e [1.8.x] Refs #24324 -- Fixed UnicodeDecodeError in MigrationWriter on Python 2.
Backport of fa66ea7532 from master
2015-02-17 18:50:15 -05:00
..
operations [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
executor.py [1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrations 2015-02-13 15:21:10 +01:00
graph.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05: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] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05: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 #24225, #24264, #24282 -- Rewrote model reloading in migration project state 2015-02-16 19:38:02 +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 [1.8.x] Refs #24324 -- Fixed UnicodeDecodeError in MigrationWriter on Python 2. 2015-02-17 18:50:15 -05:00