index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
prefetch_related
/
tests.py
Age
Commit message (
Expand
)
Author
2017-08-21
Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneT...
Paulo
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-04
Refs #25546 -- Added detailed comments for prefetch_related test.
François Freitag
2017-05-04
Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nes...
François Freitag
2017-04-19
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Claude Paroz
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26226 -- Removed support for related manager classes without a _apply_r...
Tim Graham
2017-01-09
Made prefetch_related SQL inspection tests less brittle.
François Freitag
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-07-19
Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
Simon Charette
2016-05-31
Fixed #26676 -- Prevented prefetching to_attr from caching its result in thro...
Simon Charette
2016-05-03
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-03-02
Refs #17001 -- Added a test for custom prefetch related queryset on generic r...
Simon Charette
2016-02-23
Used setupTestData in prefetch_related tests.
Simon Charette
2016-01-26
Fixed #25546 -- Prevented duplicate queries with nested prefetch_related().
François Freitag
2015-12-17
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
Ian Foote
2015-11-11
Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m.
Simon Charette
2015-11-10
Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Ian Foote
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-18
Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.
Gagaro
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-29
Fixed flake8 warnings.
Tim Graham
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-09
Avoid the word "stupid".
Aymeric Augustin
2014-06-05
Reordered setUp code in prefetch_related tests.
Aymeric Augustin
2014-05-21
Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...
Loic Bistuer
2014-05-21
Fixed #22650 -- Fixed regression on prefetch_related.
Loic Bistuer
2014-04-16
Fixed flake8 warnings introduced in recent commits.
Simon Charette
2014-04-13
Fixed stray comment introduced by d3b71b9.
Loic Bistuer
2014-04-13
Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
valtron
2014-03-03
Allowed custom querysets when prefetching single valued relations
Loic Bistuer
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-13
Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Loic Bistuer
2013-11-07
Fixed a couple flake8 warnings.
Tim Graham
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
[next]