summaryrefslogtreecommitdiff
path: root/tests/migrations/test_executor.py
AgeCommit message (Expand)Author
2014-06-09Remove overzealous migration flushes from migration test suiteAndrew Godwin
2014-05-08Tests for #22325Andrew Godwin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-30Fixed some flake8 issuesAlex Gaynor
2013-10-30Auto-apply initial migrations if their tables exist already.Andrew Godwin
2013-10-23Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin
2013-08-23Fix some small errors in the testsAndrew Godwin
2013-08-11Fix weird planning issues when already fully migrated.Andrew Godwin
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-05-30Add an Executor for end-to-end runningAndrew Godwin