summaryrefslogtreecommitdiff
path: root/tests/settings_tests
AgeCommit message (Expand)Author
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
2014-11-17Adjusted tests for previous commit.Aymeric Augustin
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-09-09Avoid the word "stupid".Aymeric Augustin
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-06-11Removed an unused local variable, fixes a flake8 errorAlex Gaynor
2014-06-10Fixed #22780 -- Checked that LOCALE_PATHS is really a tupleTim Schaffer
2014-04-12Also allowed a non-overridden setting to be deletedClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-20Removed some stray newlines which caused flake8 issuesAlex Gaynor
2014-01-20Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.Carl Meyer
2013-12-31Removed an obsolete unicity check.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-22Fixed a flaky test.Aymeric Augustin
2013-12-20Set stacklevel for the override_settings warning.Aymeric Augustin
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-15Fixed #21263 -- Fixed issue with override_settings in inherited classesClaude Paroz
2013-08-09Fixed test failures on Python 3 - refs #12288Tim Graham
2013-08-09Fixed #12288 -- Added unique validation for INSTALLED_APPSSusanTan
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-21Fixed #20290 -- Allow override_settings to be nestedOliver Beattie
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner