Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/prefetch_related
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 #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-22/+33
* Fixed #24873 -- Prevented nested Prefetch objects from be...Gagaro2015-06-181-0/+11
* Fixed #24912 -- Fixed prefetch_related failure for UUIDFi...Brian King2015-06-152-0/+112
* Fixed E265 comment styleCollin Anderson2015-02-061-7/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+8
* 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-212-1/+70
* 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
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-2/+2
* Allowed custom querysets when prefetching single valued r...Loic Bistuer2014-03-032-7/+68
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-7/+9
* 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-132-5/+45
* Fixed a couple flake8 warnings.Tim Graham2013-11-081-0/+1
* Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer2013-11-072-2/+336
* Fixing E302 ErrorsJason Myers2013-11-031-0/+5
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-2/+2
* 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
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-1/+1
* 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-242-1/+44
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+817