index
:
chango.git
devmain
fix-31295
initial-branch
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 (
Collapse
)
Author
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
This is a reliqua from the early days of the modeltests/regressiontests era.
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
Thanks Piotr Kasprzyk for help with the patch.
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
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner