summaryrefslogtreecommitdiff
path: root/tests/prefetch_related/models.py
AgeCommit message (Expand)Author
2014-05-21Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-13Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'Loic Bistuer
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-05-24Fixed #19607 - prefetch_related crashLuke Plant
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner