index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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