summaryrefslogtreecommitdiff
path: root/tests/modeltests/select_for_update/tests.py
AgeCommit message (Expand)Author
2012-07-22[py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin
2012-07-01Fixed some locations to work with autocommit=TrueAnssi Kääriäinen
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-12-11Fixed #17251 -- In the select_for_update tests, close manually database conne...Aymeric Augustin
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-09-10Fixed #16490 -- Skipped a test failure that only occurs under Python 2.6.1 (i...Russell Keith-Magee
2011-09-10Refs #16490 - Add a commit to ensure that a fresh read is provided; this is o...Russell Keith-Magee
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-04-20Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor).Jacob Kaplan-Moss
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss