Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/settings_tests
Commit message (Collapse)AuthorAgeFilesLines
* Refs #23957 -- Required session verification per ↵Tim Graham2015-09-241-45/+0
| | | | deprecation timeline.
* 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, ↵Keryn Knight2015-08-311-1/+26
| | | | and UserSettingsHolder.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* 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 ↵Tim Graham2014-12-051-0/+45
| | | | | | session verification. Thanks Carl Meyer for review.
* Adjusted tests for previous commit.Aymeric Augustin2014-11-171-9/+6
| | | | | | The test was testing a use case that doesn't happen in real world projects: developers don't assign settings at run time (and Django explicitly doesn't support it).
* Fixed #21281 -- Made override_settings act at class ↵Thomas Chaumeny2014-11-031-0/+10
| | | | level when used as a TestCase decorator.
* Fixed #23620 -- Used more specific assertions in the ↵Berker Peksag2014-11-031-1/+1
| | | | Django test suite.
* Avoid the word "stupid".Aymeric Augustin2014-09-091-8/+8
| | | | There's always a better word.
* Revert "Fixed #23384 -- Allowed overriding part of a ↵Claude Paroz2014-09-051-57/+0
| | | | | | | | | dictionary-type setting" This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734.
* Fixed #23384 -- Allowed overriding part of a ↵Claude Paroz2014-08-301-0/+57
| | | | | | | | dictionary-type setting This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review.
* 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
| | | | Refs #20032, #18824. Thanks ztorstri at gmail.com for the report.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Removed some stray newlines which caused flake8 issuesAlex Gaynor2014-01-211-3/+0
|
* Fixes #21833 -- Fix UserSettingsHolder.is_overridden() ↵Carl Meyer2014-01-211-1/+31
| | | | and add tests.
* Removed an obsolete unicity check.Aymeric Augustin2013-12-311-21/+0
| | | | | | It doesn't account for app configs. Refs #21679.
* 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
| | | | of values.
* Fixed a flaky test.Aymeric Augustin2013-12-221-1/+4
|
* Set stacklevel for the override_settings warning.Aymeric Augustin2013-12-201-5/+5
| | | | Refs #19031.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-2/+1
|
* Fixed #21263 -- Fixed issue with override_settings in ↵Claude Paroz2013-10-151-0/+10
| | | | | | | | inherited classes When both parent and child classes are decorated with override_settings, child class settings should take precedence. Thanks Sephi for the report and Marc Tamlyn for the review.
* 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 ↵Joeri Bekker2013-07-121-0/+23
| | | | override_settings with 'DATABASES'
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
| | | | Refs #20680.
* Fixed #20290 -- Allow override_settings to be nestedOliver Beattie2013-06-211-1/+26
| | | | | Refactored override_settings to store the underlying settings._wrapped value seen at runtime, not instantiation time.
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
| | | | Fixed #20483.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+289