summaryrefslogtreecommitdiff
path: root/tests/migrations/test_base.py
AgeCommit message (Expand)Author
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2017-02-10Added multi_db=True to test cases that access the 'other' db connection.Tim Graham
2017-01-26Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...Chillar Anand
2017-01-25Removed unused variables that are overwritten.Mads Jensen
2016-02-25Fixed #26117 -- Consulted database routers in initial migration detection.Scott Sexton
2015-06-02Improved isolation of applied-migrations table in migration tests.Carl Meyer
2015-02-23Made migrations tests write to a temporary directory.Aymeric Augustin
2014-11-19Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-06-07Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2013-08-23Fix some small errors in the testsAndrew Godwin
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin