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
2015-02-09
[1.8.x] 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
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-28
Fixed #20242 - Added a regression test for prefetch_related.
Tim Graham
2013-05-24
Fixed #19607 - prefetch_related crash
Luke Plant
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner