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
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-25
Fixed docs reST warning.
Ramiro Morales
2013-03-24
Added release notes for 4b31a6a9.
Aymeric Augustin
2013-03-13
Proof-read and adjusted the transactions docs.
Aymeric Augustin
2013-03-13
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Used commit_on_success_unless_managed to make ORM operations atomic.
Aymeric Augustin
2013-03-11
Added an option to disable the creation of savepoints in atomic.
Aymeric Augustin
2013-03-11
Added a note about long-running processes.
Aymeric Augustin
2013-03-11
Added an explanation of transactions and grouped low-level APIs.
Aymeric Augustin
2013-03-11
Updated the documentation for savepoints.
Aymeric Augustin
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Implemented an 'atomic' decorator and context manager.
Aymeric Augustin
2013-03-11
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-18
Fixed #19442 - Clarified that raw SQL must be committed.
Tim Graham
2012-12-14
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
Aymeric Augustin
2012-11-06
Fixed #19154 - Noted commit_manually requires commit/rollback for reads
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-07-14
Fixed a misplaced Sphinx reference.
Aymeric Augustin
2012-06-30
Fixed #17168 - Noted TransactionMiddleware only works with "default" database...
Tim Graham
2012-04-21
Added documentation notes about lack of database savepoints support when usin...
Ramiro Morales
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-02-03
Edited db/transactions.txt changes from [17341]
Adrian Holovaty
2012-01-05
Added support for savepoints to the MySQL DB backend.
Ramiro Morales
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-03-27
Fixed #15664 - Removed extra parens in commit_on_success example.
Timo Graham
2011-03-22
Corrected a number of mislinked crossrefs and added a few new crossref target...
Gabriel Hurley
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-06
Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the t...
Gabriel Hurley
2010-10-19
Fixed #10771 -- added support for using the transaction management functions ...
Alex Gaynor
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-02-24
Fixed #12880 -- Added some missing sphinx directives for module references. T...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-05-16
Fixed #9206 -- Added documentation on savepoints, and how to use them to reco...
Russell Keith-Magee
2009-05-02
Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an...
Russell Keith-Magee
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss