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
/
select_related
/
tests.py
Age
Commit message (
Expand
)
Author
2026-05-11
Fixed #36593 -- Deprecated QuerySet.select_related() with no arguments.
Adam Johnson
2026-05-11
Refs #36593 -- Used explicit select_related() calls in tests.
Adam Johnson
2025-10-24
Fixed #36674 -- Fixed memory leak in select_related().
Ken Nzioka
2025-10-16
Refs #28586 -- Copied fetch modes to related objects.
Adam Johnson
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2017-09-21
Added a test for QuerySet.select_related() reverse caching.
Anssi Kääriäinen
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-10-10
Fixed #24687 -- Added select_related() validation for nested non-relational f...
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-31
Fixed #25252 -- Added friendly error message on incorrect .select_related() use
Y3K
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-24
Fixed #10414 -- Made select_related() fail on invalid field names.
Niclas Olofsson
2014-12-03
Refactored some tests to take advantage of refs #20392.
Thomas Chaumeny
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-10-16
Fixed DeprecationWarning caused by assertEquals.
Loic Bistuer
2013-10-15
Fixed #16855 -- select_related() chains as expected.
Marc Tamlyn
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-28
Removed 'depth' .select_related() argument as per deprecation TL.
Ramiro Morales
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner