summaryrefslogtreecommitdiff
path: root/tests/migrations/test_loader.py
AgeCommit message (Expand)Author
2014-01-08Make test stronger to hopefully fix odd Jenkins failureAndrew Godwin
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-10-23Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin
2013-09-06Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...Loic Bistuer
2013-09-06Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.Loic Bistuer
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew 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
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin