index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
/
transactions.txt
Age
Commit message (
Expand
)
Author
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-10-30
Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.
Natalia
2023-10-27
Fixed #30601 -- Doc'd the need to manually revert all app state on transactio...
lufafajoshua
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-07-21
Added missing backticks in docs.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-11-04
Refs #33939 -- Improved transaction.on_commit() docs.
Adam Johnson
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
2022-08-23
Fixed #33939 -- Used functools.partial() in transaction.on_commit() examples.
Alex Morega
2022-04-28
Changed "ie." to "i.e." in docs.
David
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-05-17
Refs #32720 -- Fixed some broken links in docs.
Nick Pope
2020-11-27
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-06-02
Updated link to Celery.
David Smith
2020-05-13
Used :pep: role in various docs.
Nick Pope
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-04
Fixed #31423 -- Clarified nested atomic() example.
Simon Charette
2020-01-29
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-09-04
Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state.
Jonatas CD
2017-07-18
Removed unneeded right quotes in docs to fix spelling errors.
Tim Graham
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2015-12-31
Removed British/Austrialian word: whilist.
Tim Graham
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-21
Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-08-25
Fixed #25311 -- Removed vague language about "partial commits" from docs.
Tim Graham
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-06-30
Fixed #21803 -- Added support for post-commit callbacks
Andreas Pelme
2015-04-14
Removed docs for removed transaction APIs.
Tim Graham
2014-12-20
Correct scoping of savepoint example
David Cramer
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-09-03
Fixed typo in docs/topics/db/transactions.txt.
Corey Farwell
2014-08-02
Updated MySQL links to version 5.6.
Tim Graham
2014-05-13
Fixed typo in transactions.txt
Haris Ibrahim K. V
2014-04-10
Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-01-26
Fixed typo. Refs #21836.
Aymeric Augustin
2014-01-25
Fixed #21836 -- Improved transaction docs about autocommit mode
Chris Jerdonek
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
[next]