summaryrefslogtreecommitdiff
path: root/tests/select_related_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-14/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-65/+122
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-4/+4
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-3/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+8
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Minor cleanup in select_related_regress tests.Aymeric Augustin2014-05-101-5/+1
* Fixed #22508 -- Avoided overwriting select_related.Aymeric Augustin2014-05-101-0/+10
* Fixed all E251 violationsAlex Gaynor2013-11-031-2/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-12/+12
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Removed unused local variables in tests.Tim Graham2013-10-191-7/+7
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #10733 -- select_related().only() failureAnssi Kääriäinen2013-10-011-1/+17
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+175