summaryrefslogtreecommitdiff
path: root/tests/custom_managers_regress/tests.py
AgeCommit message (Collapse)Author
2014-09-23Merged custom_managers_regress into the custom_managers test package.Loic Bistuer
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
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