index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_utils
/
test_transactiontestcase.py
Age
Commit message (
Expand
)
Author
2024-09-17
Fixed #35660 -- Made serialized_rollback and fixture data available in Transa...
Jacob Walls
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-15
Fixed #33278 -- Improved error for connection/query attempts against disallow...
SwastikTripathi
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-05
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...
Tim Graham
2018-11-06
Fixed #25251 -- Made data migrations available in TransactionTestCase when us...
romgar
2017-06-16
Fixed #27539 -- Made TransactionTestCase._pre_setup() clear the queries_log s...
reficul31
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2015-08-24
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle