Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/transaction.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed typo introduced in r11952.Jannis Leidel2010-01-061-1/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-93/+159
* Fixed #3460 -- Added an ability to enable true autocommit...Malcolm Tredinnick2009-03-111-2/+4
* Fixed #7241 -- More robust exception catching in the tran...Malcolm Tredinnick2008-08-171-4/+2
* Added savepoint protection to get_or_create() to avoid pr...Malcolm Tredinnick2008-08-121-2/+11
* Added savepoint support to the transaction code.Malcolm Tredinnick2008-08-121-2/+33
* Fixed #6928 -- Added a little more robustness to transact...Malcolm Tredinnick2008-06-301-1/+4
* Fixed #7286 -- Added functools wrapping to the transactio...Russell Keith-Magee2008-05-291-3/+7
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-6/+6
* Fixed typo in docstring in db/transaction.pyAdrian Holovaty2006-06-161-1/+1
* Fixed #2052 -- Fixed some threading issues for FreeBSD. T...Adrian Holovaty2006-06-011-1/+4
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+219