django1/django/db/migrations
Andrew Godwin 05656f2388 Add equality support for Project/ModelState 2013-09-25 13:47:46 +01:00
..
operations REmoved some unused imports 2013-09-14 12:34:57 -07:00
__init__.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +01:00
autodetector.py Fixed #21114 -- Migrations must not have a dependency to themselves. 2013-09-17 11:47:19 -04: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 Add equality support for Project/ModelState 2013-09-25 13:47:46 +01:00
writer.py Made MigrationWriter look for a "deconstruct" attribute on functions. 2013-09-10 10:12:23 -04:00