django1/django/db/migrations
Florian Apolloner ed8919cbcb Handle Apps with South migrations as unmigrated apps. 2013-10-15 11:57:30 +02:00
..
operations Fixed #21236 -- Allowed migrations to work with unique_together tuples. 2013-10-07 09:39:14 -04: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 Make sqlmigrate ignore the RunPython operation 2013-09-25 14:37:44 +01:00
graph.py Add --list option to migrate command 2013-09-06 11:06:19 -05:00
loader.py Handle Apps with South migrations as unmigrated apps. 2013-10-15 11:57:30 +02:00
migration.py Make sqlmigrate ignore the RunPython operation 2013-09-25 14:37:44 +01:00
optimizer.py Initial version of MigrationOptimizer and tests 2013-10-02 17:34:22 +01:00
recorder.py Fix timezone warnings if USE_TZ=True 2013-07-26 16:46:48 +01:00
state.py Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
writer.py Made MigrationWriter look for a "deconstruct" attribute on functions. 2013-09-10 10:12:23 -04:00