mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
00a1d4d042
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.
0 lines
Python
0 lines
Python