summaryrefslogtreecommitdiff
path: root/tests/known_related_objects
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34227 -- Fixed QuerySet.select_related() with multi-level FilteredRela...朱穆穆2023-01-241-0/+20
* Fixed #34226 -- Fixed QuerySet.select_related() with multiple FilteredRelatio...朱穆穆2022-12-272-0/+20
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-20/+31
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-3/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-98/+33
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-3/+3
* PEP8 cleanupJason Myers2013-11-022-0/+5
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+227