django1/django/db/migrations
Andrew Godwin 9f6e6009a4 Add --list option to migrate command 2013-09-06 11:06:19 -05:00
..
operations Implement allow_migrate for migration operations 2013-07-30 12:34:31 +01:00
__init__.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +01:00
autodetector.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
executor.py Fix weird planning issues when already fully migrated. 2013-08-11 15:28:51 +01: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 Fixed #21010 -- Changed ModelState to only copy _meta.local_fields. 2013-09-04 14:05:59 -04:00
writer.py Fixed #21008 -- Made MigrationWriter handle Promise objects. 2013-08-31 20:26:44 -04:00