summaryrefslogtreecommitdiff
path: root/tests/select_related/tests.py
AgeCommit message (Expand)Author
2014-12-24Fixed #10414 -- Made select_related() fail on invalid field names.Niclas Olofsson
2014-12-03Refactored some tests to take advantage of refs #20392.Thomas Chaumeny
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-10-16Fixed DeprecationWarning caused by assertEquals.Loic Bistuer
2013-10-15Fixed #16855 -- select_related() chains as expected.Marc Tamlyn
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner