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