Ramin Farajpour Cami
|
0a63ef3f61
Fixed #27463 -- Fixed E741 flake8 warnings.
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Simon Charette
|
271bfe65d9
Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
|
8 years ago |
Simon Charette
|
53a5fb3cc0
Fixed #26676 -- Prevented prefetching to_attr from caching its result in through attr.
|
8 years ago |
Simon Charette
|
7ec330eeb9
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
|
9 years ago |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
Simon Charette
|
c92123cc1d
Fixed #26226 -- Made related managers honor the queryset used for prefetching their results.
|
9 years ago |
Simon Charette
|
5d240b070d
Refs #17001 -- Added a test for custom prefetch related queryset on generic relations.
|
9 years ago |
Simon Charette
|
c30086159d
Used setupTestData in prefetch_related tests.
|
9 years ago |
François Freitag
|
bdbe50a491
Fixed #25546 -- Prevented duplicate queries with nested prefetch_related().
|
9 years ago |
Ian Foote
|
86eccdc8b6
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
|
9 years ago |
Simon Charette
|
cc8c02fa0f
Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m.
|
9 years ago |
Ian Foote
|
4608573788
Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
|
9 years ago |
Aymeric Augustin
|
e542e81b39
Renamed descriptor classes for related objects.
|
9 years ago |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 years ago |
Gagaro
|
74261bc593
Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.
|
9 years ago |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
Jon Dufresne
|
4468c08d70
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
10 years ago |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 years ago |
Tim Graham
|
4b257cf261
Fixed flake8 warnings.
|
10 years ago |
Thomas Chaumeny
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 years ago |
Aymeric Augustin
|
9562ffea97
Avoid the word "stupid".
|
10 years ago |
Aymeric Augustin
|
ae3fe6ccbb
Reordered setUp code in prefetch_related tests.
|
10 years ago |
Loic Bistuer
|
870b0a1f86
Fixed the ordering of prefetch lookups so that latter lookups can refer to former lookups.
|
11 years ago |
Loic Bistuer
|
bdf3473e64
Fixed #22650 -- Fixed regression on prefetch_related.
|
11 years ago |
Simon Charette
|
79f05616fb
Fixed flake8 warnings introduced in recent commits.
|
11 years ago |
Loic Bistuer
|
b82f30785f
Fixed stray comment introduced by d3b71b9.
|
11 years ago |
valtron
|
d3b71b976d
Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
|
11 years ago |
Loic Bistuer
|
7bbb6958dc
Allowed custom querysets when prefetching single valued relations
|
11 years ago |
Aymeric Augustin
|
e32095616c
Imported override_settings from its new location.
|
11 years ago |