index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
select_for_update
Age
Commit message (
Expand
)
Author
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-09-24
Isolated select_for_update tests a bit more.
Florian Apolloner
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-08-06
Fixed #19918 -- Modified select_for_update to run on the write database.
Alex Cucu
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-06
Used more precise test assertions.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner