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