summaryrefslogtreecommitdiff
path: root/tests/or_lookups
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵Gregor Gärtner2022-10-081-22/+22
| | | | | | assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com>
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-109/+91
|
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-4/+5
|
* Removed obsolete references to add_to_query().Sergey Fedoseev2017-07-251-2/+1
| | | Support for it was removed in d3f00bd5706b35961390d3814dd7e322ead3a9a3.
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-3/+2
|
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
|
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
|
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with ↵Mads Jensen2016-09-131-2/+1
| | | | assertSequenceEqual().
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-2/+2
|
* Fixed #25875 -- Prevented UnicodeDecodeError for Q object reprClaude Paroz2015-12-131-0/+8
| | | | Thanks Ben Kraft for the report, and Simon Charette for the review.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
|
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
| | | | This is a reliqua from the early days of the modeltests/regressiontests era.
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
|
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
|
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-1/+1
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+259