django1/django/db/migrations/operations
Andrew Gorcester 202bf69c2f Fixed #22095 -- Enabled backward migrations for RunPython operations
Added reversible property to RunPython so that migrations will not
refuse to reverse migrations including RunPython operations, so long as
reverse_code is set in the RunPython constructor. Included tests to
check the reversible property on RunPython and the similar RunSQL.
2014-02-23 09:30:02 +01:00
..
__init__.py Massive migration optimiser improvements + RenameModel opn 2013-11-06 13:47:58 +00:00
base.py Fixed #21323 -- Improved readability of serialized Operation. 2014-01-20 00:16:07 +07:00
fields.py Fixed #21783: (again) Found second source of bug, also squashed it. 2014-01-19 17:43:31 +00:00
models.py Fixed #21323 -- Improved readability of serialized Operation. 2014-01-20 00:16:07 +07:00
special.py Fixed #22095 -- Enabled backward migrations for RunPython operations 2014-02-23 09:30:02 +01:00