+9
−13
+13
−0
+144
−0
tests/transaction_hooks/__init__.py
0 → 100644
+0
−0
Empty file added.
Loading
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.
Empty file added.