django1/django/db/migrations
Andrew Godwin e2d7e83256 Autodetect ForeignKeys and add dependencies/split on circulars 2013-06-22 17:15:51 +01:00
..
operations Add AlterField and RenameField operations 2013-06-20 15:12:59 +01:00
__init__.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +01:00
autodetector.py Autodetect ForeignKeys and add dependencies/split on circulars 2013-06-22 17:15:51 +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 Autodetect fields, have migrate actually work 2013-06-19 16:41:04 +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 Autodetect ForeignKeys and add dependencies/split on circulars 2013-06-22 17:15:51 +01:00
writer.py Makemigration command now works 2013-06-19 16:23:52 +01:00