django1/django/db/migrations/operations
Javed Khan 4dbd95ad65 Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Thanks hjwp for the report.
2013-10-07 09:39:14 -04:00
..
__init__.py Add RunPython migration operation and tests 2013-09-25 13:58:07 +01:00
base.py Initial version of MigrationOptimizer and tests 2013-10-02 17:34:22 +01:00
fields.py Initial version of MigrationOptimizer and tests 2013-10-02 17:34:22 +01:00
models.py Fixed #21236 -- Allowed migrations to work with unique_together tuples. 2013-10-07 09:39:14 -04:00
special.py Add reverse_code optional argument to RunPython 2013-09-25 17:21:20 +01:00