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