summaryrefslogtreecommitdiff
path: root/tests/m2m_recursive
AgeCommit message (Collapse)Author
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
Thanks Piotr Kasprzyk for help with the patch.
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
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner