Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/prefetch_related/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-22/+33
* Fixed #24912 -- Fixed prefetch_related failure for UUIDFi...Brian King2015-06-151-0/+17
* Fixed E265 comment styleCollin Anderson2015-02-061-7/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer2014-05-211-0/+9
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-2/+2
* Allowed custom querysets when prefetching single valued r...Loic Bistuer2014-03-031-0/+2
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-7/+9
* Fixed #21410 -- prefetch_related() for ForeignKeys with r...Loic Bistuer2013-11-131-4/+18
* Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer2013-11-071-0/+10
* Fixing E302 ErrorsJason Myers2013-11-031-0/+5
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-2/+2
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-1/+1
* Fixed #19607 - prefetch_related crashLuke Plant2013-05-241-0/+20
* 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-261-0/+197