summaryrefslogtreecommitdiff
path: root/tests/transaction_hooks
AgeCommit message (Expand)Author
2020-10-19Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...Herbert Poul
2020-04-15Removed unused __str__() methods in tests models.Author: Mads Jensen
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-05-18Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...Barthelemy Dagenais
2015-06-30Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme