summaryrefslogtreecommitdiff
path: root/tests/settings_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Avoid the word "stupid".Aymeric Augustin2014-09-091-8/+8
* Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz2014-09-051-57/+0
* Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz2014-08-301-0/+57
* Removed an unused local variable, fixes a flake8 errorAlex Gaynor2014-06-111-1/+1
* Fixed #22780 -- Checked that LOCALE_PATHS is really a tupleTim Schaffer2014-06-101-0/+21
* Also allowed a non-overridden setting to be deletedClaude Paroz2014-04-121-0/+5
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Removed some stray newlines which caused flake8 issuesAlex Gaynor2014-01-201-3/+0
* Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.Carl Meyer2014-01-201-1/+31
* Removed an obsolete unicity check.Aymeric Augustin2013-12-311-21/+0
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Added modify_settings to alter settings containing lists of values.Aymeric Augustin2013-12-231-4/+57
* Fixed a flaky test.Aymeric Augustin2013-12-221-1/+4
* Set stacklevel for the override_settings warning.Aymeric Augustin2013-12-201-5/+5
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-2/+1
* Fixed #21263 -- Fixed issue with override_settings in inherited classesClaude Paroz2013-10-151-0/+10
* Fixed test failures on Python 3 - refs #12288Tim Graham2013-08-091-1/+1
* Fixed #12288 -- Added unique validation for INSTALLED_APPSSusanTan2013-08-091-0/+21
* Fixed a number of minor misspellings.Julien Phalip2013-07-271-1/+1
* Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker2013-07-121-0/+23
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Fixed #20290 -- Allow override_settings to be nestedOliver Beattie2013-06-211-1/+26
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+289