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