summaryrefslogtreecommitdiff
path: root/tests/migrations/test_loader.py
AgeCommit message (Expand)Author
2016-07-14[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migr...Tim Graham
2016-05-08Sorted migration list order in test; added trailing comma.Jarek Glowacki
2016-05-08Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki
2016-04-05Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.Attila Tovt
2016-03-23Refs #25388 -- Used in-memory database in test_disable_migrations.Berker Peksag
2016-03-23Fixed #25388 -- Added an option to allow disabling of migrations during test ...Berker Peksag
2016-02-24Used addCleanup() to call recorder.flush() in migration loader tests.Tim Graham
2015-09-12Fixed #24919 -- Allowed disabling of migrations on a per app basisMarkus Holtermann
2015-06-02Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.Carl Meyer
2015-05-25Fixed #24848 -- Fixed ValueError for faulty migrations module.Marten Kenbeek
2015-05-02Moved migration exception classes to shared moduleMarkus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Refactored tests that rely on an ImportError for Python 3.5 compatibilityTim Graham
2014-10-30Fixed #23733 -- Fixed squashing migrations that depend on multiple apps.twidi
2014-10-30Fixed #23556 -- Raised a more meaningful error message when migrations refer ...Markus Holtermann
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-07-22Fixed #23071 -- Use last migration's name in dependency to other appJeroen Dekkers
2014-06-17Fixed #22861: Internal migrations done first so __first__ worksAndrew Godwin
2014-06-17Fix __latest__ to actually resolve to the latest migrationAndrew Godwin
2014-06-16Removed some u'' prefixes to fix Python 3.2.Tim Graham
2014-06-16Added database migration for contrib.auth.Tim Graham
2014-06-16Added database migration for contrib.contenttypes.Tim Graham
2014-06-05Merge pull request #2736 from SmileyChris/migration-run_beforeAndrew Godwin
2014-05-29Fix additional test failures caused by migration pollutionAndrew Godwin
2014-05-29Implement Migration.run_beforeChris Beaven
2014-04-30Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-04-30Fixed #22474 -- Made migration recorder aware of multiple databasesClaude Paroz
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