summaryrefslogtreecommitdiff
path: root/tests/test_utils/test_transactiontestcase.py
AgeCommit message (Expand)Author
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-12-05Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...Tim Graham
2018-11-06Fixed #25251 -- Made data migrations available in TransactionTestCase when us...romgar
2017-06-16Fixed #27539 -- Made TransactionTestCase._pre_setup() clear the queries_log s...reficul31
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle