summaryrefslogtreecommitdiff
path: root/tests/regressiontests/settings_tests
AgeCommit message (Expand)Author
2011-07-10Fixed #16447 -- Stopped using the setting name as the sender parameter for th...Jannis Leidel
2011-06-14Fixed naming of test methods for the sake of consistency.Jannis Leidel
2011-06-11Fixed #16224 -- Fixed override_settings test utility to correctly work with T...Jannis Leidel
2011-05-18Removed a settings test introduced in r16237 that didn't run on Python < 2.6 ...Jannis Leidel
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
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