summaryrefslogtreecommitdiff
path: root/tests/prefetch_related/tests.py
AgeCommit message (Expand)Author
2016-07-19[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ...Simon Charette
2016-05-31[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its resul...Simon Charette
2016-05-03Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.Simon Charette
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-02Fixed #26226 -- Made related managers honor the queryset used for prefetching...Simon Charette
2016-03-02Refs #17001 -- Added a test for custom prefetch related queryset on generic r...Simon Charette
2016-02-23Used setupTestData in prefetch_related tests.Simon Charette
2016-01-26Fixed #25546 -- Prevented duplicate queries with nested prefetch_related().François Freitag
2015-12-17Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.Ian Foote
2015-11-11Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m.Simon Charette
2015-11-10Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-06-18Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.Gagaro
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-09-29Fixed flake8 warnings.Tim Graham
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-09Avoid the word "stupid".Aymeric Augustin
2014-06-05Reordered setUp code in prefetch_related tests.Aymeric Augustin
2014-05-21Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...Loic Bistuer
2014-05-21Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer
2014-04-16Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-13Fixed stray comment introduced by d3b71b9.Loic Bistuer
2014-04-13Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.valtron
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-13Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'Loic Bistuer
2013-11-07Fixed a couple flake8 warnings.Tim Graham
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-28Fixed #20242 - Added a regression test for prefetch_related.Tim Graham
2013-05-24Fixed #19607 - prefetch_related crashLuke Plant
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner