summaryrefslogtreecommitdiff
path: root/tests/migrations/test_executor.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed some flake8 issuesAlex Gaynor2013-10-301-1/+1
|
* Auto-apply initial migrations if their tables exist already.Andrew Godwin2013-10-301-13/+52
|
* Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin2013-10-231-0/+53
|
* Fix some small errors in the testsAndrew Godwin2013-08-231-0/+5
|
* Fix weird planning issues when already fully migrated.Andrew Godwin2013-08-111-1/+33
|
* Add tests for the migrate command and fix a bug they exposedAndrew Godwin2013-07-251-0/+1
|
* Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin2013-06-191-0/+4
|
* Add an Executor for end-to-end runningAndrew Godwin2013-05-301-0/+35