django/tests/migrations/test_migrations_plan
Mariusz Felisiak d2f02aa56b [2.2.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan.
Thanks Hasan Ramezani for the initial patch and Kyle Dickerson for the
report.

Backport of 06d34aab7c from master.
2019-10-14 11:45:47 +02:00
..
0001_initial.py
0002_second.py Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple. 2018-09-19 17:13:39 -04:00
0003_third.py Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple. 2018-09-19 17:13:39 -04:00
0004_fourth.py
0005_fifth.py [2.2.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan. 2019-10-14 11:45:47 +02:00
__init__.py