summaryrefslogtreecommitdiff
path: root/tests/regressiontests/settings_tests
AgeCommit message (Expand)Author
2011-05-13Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...Ramiro Morales
2011-05-06Added missing future imports missed in r16167.Jannis Leidel
2011-05-06Added TestCase.settings context manager to easily override settings in test m...Jannis Leidel
2011-04-25Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in sett...Chris Beaven
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2009-12-12Fixed the tests I broke with [11824].Jacob Kaplan-Moss