summaryrefslogtreecommitdiff
path: root/tests/modeltests/transactions/tests.py
AgeCommit message (Expand)Author
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2010-10-24Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...Alex Gaynor
2010-10-19Fixed #10771 -- added support for using the transaction management functions ...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-13Migrated transactions doctests. Thanks to Eric Florenzano.Russell Keith-Magee