summaryrefslogtreecommitdiff
path: root/tests/regressiontests/settings_tests
AgeCommit message (Expand)Author
2012-11-25[1.5.x] Enabled SimpleTestCase to be decorated by override_settingsClaude Paroz
2012-11-25[1.5.x] Fixed #18417 -- Raised exception when unittest.TestCase is decorated ...Claude Paroz
2012-09-07Cleaned up several test cases, to better isolate state.Alex Gaynor
2012-09-04Fixed #18824 -- Allow deleting a setting from overriden settingsClaude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-31Extended TrailingSlashURLTests to cover STATIC_URL as well as MEDIA_URL.Aymeric Augustin
2012-03-31Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...Aymeric Augustin
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-13Fixed #17895 -- Made override_settings send the setting_changed signal both w...Aymeric Augustin
2012-02-22Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...Chris Beaven
2011-12-16Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...Adrian Holovaty
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-10-08Made the tests introduced in r16942 use old-style class decoration to run wit...Julien Phalip
2011-10-08Fixed #17011 - Made override_settings modify a decorated class in-place rathe...Carl Meyer
2011-09-04Also copy `__module__` to our dynamically created TestCase subclass when over...Ramiro Morales
2011-08-23Fixed #16672 -- Ensure that test classes decorated with @override_setings get...Russell Keith-Magee
2011-08-10Made override_settings also work with TransactionTestCase when acting as a cl...Ramiro Morales
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