summaryrefslogtreecommitdiff
path: root/tests/prefetch_related
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #26226 -- Removed support for related manager classes without a _apply_r...Tim Graham2017-01-171-26/+0
* Made prefetch_related SQL inspection tests less brittle.François Freitag2017-01-091-3/+10
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-2/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-102-16/+9
* Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.Simon Charette2016-07-192-0/+16
* Fixed #26676 -- Prevented prefetching to_attr from caching its result in thro...Simon Charette2016-05-311-2/+8
* Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.Simon Charette2016-05-031-0/+4
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-30/+14
* Fixed #26226 -- Made related managers honor the queryset used for prefetching...Simon Charette2016-03-021-0/+59
* Refs #17001 -- Added a test for custom prefetch related queryset on generic r...Simon Charette2016-03-021-0/+13
* Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)Attila Tovt2016-02-261-0/+11
* Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz2016-02-261-0/+119
* Used setupTestData in prefetch_related tests.Simon Charette2016-02-231-93/+82
* Fixed #25546 -- Prevented duplicate queries with nested prefetch_related().François Freitag2016-01-261-0/+79
* Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.Ian Foote2015-12-171-0/+22
* Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m.Simon Charette2015-11-111-1/+12
* Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote2015-11-101-0/+11
* 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_delete for ForeignKey...Flavio Curella2015-07-271-22/+33
* Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.Gagaro2015-06-181-0/+11
* Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keysBrian 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 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