index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
transaction.py
Age
Commit message (
Expand
)
Author
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-28
Fixed #15702 -- Corrected problem in test suite introduced by Python 2.4 chan...
Russell Keith-Magee
2011-03-28
Move the Python 2.5 specific tests out of their own special files now that 2....
Alex Gaynor
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-12
Changeset r15232 refactored transactions so that all transaction state is mai...
Russell Keith-Magee
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
2010-10-24
Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...
Alex Gaynor
2010-10-19
Fixed #10771 -- added support for using the transaction management functions ...
Alex Gaynor
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-12
Fixed #11900 -- Corrected an edge case of transaction handling in the commit_...
Russell Keith-Magee
2010-03-10
Fixed #13055 -- Cleaned up the implementation of transaction decorators to pr...
Russell Keith-Magee
2010-01-06
Fixed typo introduced in r11952.
Jannis Leidel
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2008-08-17
Fixed #7241 -- More robust exception catching in the transaction management
Malcolm Tredinnick
2008-08-12
Added savepoint protection to get_or_create() to avoid problems on PostgreSQL.
Malcolm Tredinnick
2008-08-12
Added savepoint support to the transaction code.
Malcolm Tredinnick
2008-06-30
Fixed #6928 -- Added a little more robustness to transaction rollbacks for Py...
Malcolm Tredinnick
2008-05-29
Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks...
Russell Keith-Magee
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2006-06-16
Fixed typo in docstring in db/transaction.py
Adrian Holovaty
2006-06-01
Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-i...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
[prev]