Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/settings_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-241-45/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-1/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+0
* Refs #24121 -- Added repr() to LazySettings, Settings, an...Keryn Knight2015-08-311-1/+26
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-5/+5
* Fixed typo in settings_testsTim Graham2015-05-101-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-6/+6
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-4/+4
* Fixed #23957 -- Started deprecation toward requiring sess...Tim Graham2014-12-051-0/+45
* Adjusted tests for previous commit.Aymeric Augustin2014-11-171-9/+6
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-0/+10
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Avoid the word "stupid".Aymeric Augustin2014-09-091-8/+8
* Revert "Fixed #23384 -- Allowed overriding part of a dict...Claude Paroz2014-09-051-57/+0
* Fixed #23384 -- Allowed overriding part of a dictionary-t...Claude 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-211-3/+0
* Fixes #21833 -- Fix UserSettingsHolder.is_overridden() an...Carl Meyer2014-01-211-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 ...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-031-0/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-2/+1
* Fixed #21263 -- Fixed issue with override_settings in inh...Claude 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-281-1/+1
* Fixed #19031 -- Added a warning when using override_setti...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