index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
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
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
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-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
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-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
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
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
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