Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/prefetch_related/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-2/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+34
* Fixed #24873 -- Prevented nested Prefetch objects from be...Gagaro2015-06-181-0/+11
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-9/+9
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-4/+4
* Fixed flake8 warnings.Tim Graham2014-09-291-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-3/+3
* Avoid the word "stupid".Aymeric Augustin2014-09-091-1/+1
* Reordered setUp code in prefetch_related tests.Aymeric Augustin2014-06-051-18/+42
* Fixed the ordering of prefetch lookups so that latter loo...Loic Bistuer2014-05-211-3/+6
* Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer2014-05-211-1/+61
* Fixed flake8 warnings introduced in recent commits.Simon Charette2014-04-161-1/+1
* Fixed stray comment introduced by d3b71b9.Loic Bistuer2014-04-131-1/+0
* Fixed #21760 -- prefetch_related used an inefficient quer...valtron2014-04-121-0/+18
* Allowed custom querysets when prefetching single valued r...Loic Bistuer2014-03-031-7/+66
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-9/+7
* Fixed #21410 -- prefetch_related() for ForeignKeys with r...Loic Bistuer2013-11-131-1/+27
* Fixed a couple flake8 warnings.Tim Graham2013-11-081-0/+1
* Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer2013-11-071-2/+326
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Removed unused local variables in tests.Tim Graham2013-10-191-22/+20
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-3/+3
* Fixed assorted flake8 errors.Tim Graham2013-10-111-7/+7
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20242 - Added a regression test for prefetch_related.Tim Graham2013-05-281-0/+10
* Fixed #19607 - prefetch_related crashLuke Plant2013-05-241-1/+24
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+620