summaryrefslogtreecommitdiff
path: root/tests/modeltests/select_for_update/tests.py
AgeCommit message (Expand)Author
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