summaryrefslogtreecommitdiff
path: root/tests/m2o_recursive/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+12
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-9/+6
* Adjusted code style of a few test data setup methods.Simon Charette2018-11-271-10/+5
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-12/+14
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* 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/+42