django/tests/transaction_hooks
Andreas Pelme 00a1d4d042 Fixed #21803 -- Added support for post-commit callbacks
Made it possible to register and run callbacks after a database
transaction is committed with the `transaction.on_commit()` function.

This patch is heavily based on Carl Meyers django-transaction-hooks
<https://django-transaction-hooks.readthedocs.org/>. Thanks to
Aymeric Augustin, Carl Meyer, and Tim Graham for review and feedback.
2015-06-30 14:51:00 -04:00
..
__init__.py Fixed #21803 -- Added support for post-commit callbacks 2015-06-30 14:51:00 -04:00
models.py Fixed #21803 -- Added support for post-commit callbacks 2015-06-30 14:51:00 -04:00
tests.py Fixed #21803 -- Added support for post-commit callbacks 2015-06-30 14:51:00 -04:00