django1/django/db/migrations
Andrew Godwin ab5cbae9b7 First stab at some migration creation commands 2013-06-19 15:36:22 +01:00
..
operations A bit of an autodetector and a bit of a writer 2013-06-07 15:28:38 +01:00
__init__.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +01:00
autodetector.py First stab at some migration creation commands 2013-06-19 15:36:22 +01:00
executor.py Initial stab at a migrate command, it's probably quite a way off. 2013-06-07 18:47:17 +01:00
graph.py First stab at some migration creation commands 2013-06-19 15:36:22 +01:00
loader.py Fix test running with new apps stuff/migrate actually running migrations 2013-06-19 15:36:02 +01:00
migration.py Initial stab at a migrate command, it's probably quite a way off. 2013-06-07 18:47:17 +01:00
recorder.py First stab at some migration creation commands 2013-06-19 15:36:22 +01:00
state.py Fix error in ModelState.clone() not copying deep enough 2013-05-30 18:24:10 +01:00
writer.py Auto-naming for migrations and some writer fixes 2013-06-07 17:56:43 +01:00