index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
settings_tests
Age
Commit message (
Expand
)
Author
2012-11-25
[1.5.x] Enabled SimpleTestCase to be decorated by override_settings
Claude Paroz
2012-11-25
[1.5.x] Fixed #18417 -- Raised exception when unittest.TestCase is decorated ...
Claude Paroz
2012-09-07
Cleaned up several test cases, to better isolate state.
Alex Gaynor
2012-09-04
Fixed #18824 -- Allow deleting a setting from overriden settings
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Extended TrailingSlashURLTests to cover STATIC_URL as well as MEDIA_URL.
Aymeric Augustin
2012-03-31
Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...
Aymeric Augustin
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-13
Fixed #17895 -- Made override_settings send the setting_changed signal both w...
Aymeric Augustin
2012-02-22
Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...
Chris Beaven
2011-12-16
Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...
Adrian Holovaty
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-08
Made the tests introduced in r16942 use old-style class decoration to run wit...
Julien Phalip
2011-10-08
Fixed #17011 - Made override_settings modify a decorated class in-place rathe...
Carl Meyer
2011-09-04
Also copy `__module__` to our dynamically created TestCase subclass when over...
Ramiro Morales
2011-08-23
Fixed #16672 -- Ensure that test classes decorated with @override_setings get...
Russell Keith-Magee
2011-08-10
Made override_settings also work with TransactionTestCase when acting as a cl...
Ramiro Morales
2011-07-10
Fixed #16447 -- Stopped using the setting name as the sender parameter for th...
Jannis Leidel
2011-06-14
Fixed naming of test methods for the sake of consistency.
Jannis Leidel
2011-06-11
Fixed #16224 -- Fixed override_settings test utility to correctly work with T...
Jannis Leidel
2011-05-18
Removed a settings test introduced in r16237 that didn't run on Python < 2.6 ...
Jannis Leidel
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-05-13
Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...
Ramiro Morales
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Added TestCase.settings context manager to easily override settings in test m...
Jannis Leidel
2011-04-25
Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in sett...
Chris Beaven
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-01-02
Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...
Jannis Leidel
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-12-12
Fixed the tests I broke with [11824].
Jacob Kaplan-Moss