Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_migrations_backwards_deps_1
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fixed #23474 -- Prevented migrating backwards ↵Tim Graham2014-09-241-0/+0
| | | | | | from unapplying the wrong migrations." This reverts commit abcf28a07695a45cb5fb15b81bffc97bea5e0be3.
* Fixed some flake8 errors.Tim Graham2014-09-192-2/+2
| | | | | | Originally I added migrations to flake8 exclude because of long lines in migration files, but there are other directories named migrations we do want to check. We are not warning on line lengths yet anyway.
* Fixed #23474 -- Prevented migrating backwards from ↵valtron2014-09-153-0/+17
unapplying the wrong migrations.