summaryrefslogtreecommitdiff
path: root/tests/m2m_recursive
AgeCommit message (Expand)Author
2022-04-14Relaxed some query ordering assertions in various tests.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-05-31Simplified m2m_recursive.tests.Mariusz Felisiak
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-10Refactored RecursiveM2MTests into smaller pieces, refs #18586.Chris Bailey
2013-10-26Fix all violators of E231Alex Gaynor
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner