summaryrefslogtreecommitdiff
path: root/tests/multiple_database
AgeCommit message (Collapse)Author
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-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-14Fixed #20603 -- Made the test suite faster.Aymeric Augustin
By avoiding to run syncdb with the full set of test models. Thanks Anssi for the idea.
2013-05-24Fixed a regression in router initializationClaude Paroz
Regression was introduced in 6a6bb168b. Thanks Bas Peschier for the report.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner