index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
settings_tests
Age
Commit message (
Expand
)
Author
2016-12-23
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-12-22
Used @override_settings for SECURE_PROXY_SSL_HEADER tests.
Adam Chainz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-23
Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings)
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
Refs #24121 -- Added repr() to LazySettings, Settings, and UserSettingsHolder.
Keryn Knight
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-09
Fixed typo in settings_tests
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-20
Fixed typos in code comments.
Adam Taylor
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-05
Fixed #23957 -- Started deprecation toward requiring session verification.
Tim Graham
2014-11-17
Adjusted tests for previous commit.
Aymeric Augustin
2014-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-09
Avoid the word "stupid".
Aymeric Augustin
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-06-11
Removed an unused local variable, fixes a flake8 error
Alex Gaynor
2014-06-10
Fixed #22780 -- Checked that LOCALE_PATHS is really a tuple
Tim Schaffer
2014-04-12
Also allowed a non-overridden setting to be deleted
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-20
Removed some stray newlines which caused flake8 issues
Alex Gaynor
2014-01-20
Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.
Carl Meyer
2013-12-31
Removed an obsolete unicity check.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-22
Fixed a flaky test.
Aymeric Augustin
2013-12-20
Set stacklevel for the override_settings warning.
Aymeric Augustin
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-15
Fixed #21263 -- Fixed issue with override_settings in inherited classes
Claude Paroz
2013-08-09
Fixed test failures on Python 3 - refs #12288
Tim Graham
2013-08-09
Fixed #12288 -- Added unique validation for INSTALLED_APPS
SusanTan
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-12
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
Joeri Bekker
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner