summaryrefslogtreecommitdiff
path: root/django/db/transaction.py
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-03-12Fixed #11900 -- Corrected an edge case of transaction handling in the commit_...Russell Keith-Magee
2010-03-10Fixed #13055 -- Cleaned up the implementation of transaction decorators to pr...Russell Keith-Magee
2010-01-06Fixed typo introduced in r11952.Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-03-11Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.Malcolm Tredinnick
2008-08-17Fixed #7241 -- More robust exception catching in the transaction managementMalcolm Tredinnick
2008-08-12Added savepoint protection to get_or_create() to avoid problems on PostgreSQL.Malcolm Tredinnick
2008-08-12Added savepoint support to the transaction code.Malcolm Tredinnick
2008-06-30Fixed #6928 -- Added a little more robustness to transaction rollbacks for Py...Malcolm Tredinnick
2008-05-29Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks...Russell Keith-Magee
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2006-06-16Fixed typo in docstring in db/transaction.pyAdrian Holovaty
2006-06-01Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-i...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty