summaryrefslogtreecommitdiff
path: root/tests/prefetch_related
Commit message (Expand)AuthorAgeFilesLines
* 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 generators and dict comprehe...Jon Dufresne2014-12-081-9/+9
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-4/+4
* Fixed flake8 warnings.Tim Graham2014-09-291-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-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 lookups can refer to fo...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 query for reverse FK.valtron2014-04-131-0/+18
* Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson2014-03-051-2/+2
* Allowed custom querysets when prefetching single valued relationsLoic 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 related_name='+'Loic Bistuer2013-11-132-5/+45
* Fixed a couple flake8 warnings.Tim Graham2013-11-071-0/+1
* Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer2013-11-072-2/+336
* Fixing E302 ErrorsJason Myers2013-11-021-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-171-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` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+817