django1/django/db/migrations
Andrew Godwin bacbbb481d RunSQL migration operation and alpha SeparateDatabaseAndState op'n. 2013-09-07 11:03:38 -05:00
..
operations RunSQL migration operation and alpha SeparateDatabaseAndState op'n. 2013-09-07 11:03:38 -05:00
__init__.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +01:00
autodetector.py Migration autodetector now corerctly deals with proxy models 2013-09-06 12:39:46 -05:00
executor.py Adding 'sqlmigrate' command and quote_parameter to support it. 2013-09-06 15:28:12 -05:00
graph.py Add --list option to migrate command 2013-09-06 11:06:19 -05:00
loader.py Make db.migrations ignore South-style migrations. 2013-09-06 10:35:53 -05: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 Fix timezone warnings if USE_TZ=True 2013-07-26 16:46:48 +01:00
state.py Project/ModelState now correctly serialize multi-model inheritance 2013-09-06 12:16:03 -05:00
writer.py Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lambda functions. 2013-09-06 20:13:01 -04:00