summaryrefslogtreecommitdiff
path: root/tests/invalid_models/__init__.py
AgeCommit message (Collapse)Author
2013-12-22Deprecated load_app().Aymeric Augustin
Adjusted several tests that used it to add apps to the app cache and then attempted to remove them by manipulating attributes directly. Also renamed invalid_models to invalid_models_tests to avoid clashing application labels between the outer and the inner invalid_models applications.
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner