summaryrefslogtreecommitdiff
path: root/tests/transaction_hooks
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...SirAbhi132022-09-061-0/+41
* Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak2022-04-181-0/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+7
* Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...Herbert Poul2020-10-191-0/+5
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-3/+0
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-10/+24
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+2
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-24/+10
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...Barthelemy Dagenais2016-05-181-0/+14
* Fixed #21803 -- Added support for post-commit callbacksAndreas Pelme2015-06-303-0/+230