summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/apps
AgeCommit message (Collapse)Author
2015-02-21[1.8.x] Removed obsolete reference to media directory.Aymeric Augustin
Backport of 787dd6519a791f210dc8275eaf2fd41454bf9670 from master
2015-02-21[1.8.x] Removed workaround for SVN limitations.Aymeric Augustin
In addition to simplifying the code, this reduces the number of writes. Backport of bd059e3f8c6311dcaf8afe5e29ef373f7f84cf26 from master
2013-12-17Removed superfluous models.py files.Aymeric Augustin
Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner