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
/
select_related
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-12-24
Fixed #10414 -- Made select_related() fail on invalid field names.
Niclas Olofsson
2014-12-03
Refactored some tests to take advantage of refs #20392.
Thomas Chaumeny
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-16
Fixed DeprecationWarning caused by assertEquals.
Loic Bistuer
2013-10-15
Fixed #16855 -- select_related() chains as expected.
Marc Tamlyn
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-28
Removed 'depth' .select_related() argument as per deprecation TL.
Ramiro Morales
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner