summaryrefslogtreecommitdiff
path: root/tests/known_related_objects/tests.py
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-271-0/+17
* 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
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-22/+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-021-0/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+128