Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/select_related
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
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-10/+10
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+7
* Fixed #10414 -- Made select_related() fail on invalid fie...Niclas Olofsson2014-12-242-1/+96
* Refactored some tests to take advantage of refs #20392.Thomas Chaumeny2014-12-031-12/+8
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+4
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-5/+8
* Fixing E302 ErrorsJason Myers2013-11-031-0/+10
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+9
* Fixed DeprecationWarning caused by assertEquals.Loic Bistuer2013-10-151-2/+2
* Fixed #16855 -- select_related() chains as expected.Marc Tamlyn2013-10-152-1/+19
* 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-263-0/+242