django1/docs/topics/db
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
..
examples Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. 2015-03-18 19:00:09 -04:00
aggregation.txt Fixed typo in aggregation docs link. 2014-12-03 20:07:40 -05:00
index.txt Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch. 2012-03-14 22:16:46 +00:00
managers.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
models.txt Fixed #11078 -- documentation update. 2015-04-19 16:24:14 +02:00
multi-db.txt Capitalized "Python" in docs. 2015-06-05 08:24:53 -04:00
optimization.txt Fixed #21986 -- Added some guidelines for database indexes. 2014-03-03 11:16:41 -05:00
queries.txt Simplified wording in QuerySet.update() docs. 2015-06-01 09:42:23 -04:00
sql.txt Fixed typos and updated spelling wordlist. 2015-03-07 17:59:03 +01:00
tablespaces.txt Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-08-06 07:13:17 -04:00
transactions.txt Fixed #21803 -- Added support for post-commit callbacks 2015-06-30 14:51:00 -04:00