Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/select_related/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-101-6/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+5
* Fixed #25252 -- Added friendly error message on incorrect...Y3K2015-08-311-0/+20
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Fixed #10414 -- Made select_related() fail on invalid fie...Niclas Olofsson2014-12-241-1/+55
* Refactored some tests to take advantage of refs #20392.Thomas Chaumeny2014-12-031-12/+8
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+4
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-5/+8
* Fixed DeprecationWarning caused by assertEquals.Loic Bistuer2013-10-151-2/+2
* Fixed #16855 -- select_related() chains as expected.Marc Tamlyn2013-10-151-1/+10
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Removed 'depth' .select_related() argument as per depreca...Ramiro Morales2013-06-291-45/+13
* Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-0/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+174