summaryrefslogtreecommitdiff
path: root/tests/m2m_recursive
Commit message (Expand)AuthorAgeFilesLines
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-20/+34
* Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel2019-06-212-0/+65
* Simplified m2m_recursive.tests.Mariusz Felisiak2019-05-311-148/+27
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-4/+5
* 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-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-13/+1
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
* Refactored RecursiveM2MTests into smaller pieces, refs #18586.Chris Bailey2014-02-101-134/+65
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+294