Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-241-12/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-1/+0
* Refs #24121 -- Added repr() to LazySettings, Settings, an...Keryn Knight2015-08-311-0/+19
* Sorted imports in __init__.py files.Tim Graham2015-06-271-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-3/+2
* Fixed #23957 -- Started deprecation toward requiring sess...Tim Graham2014-12-051-0/+12
* Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.Aymeric Augustin2014-11-171-4/+6
* Fixed #23495 -- Stopped swallowing real settings import e...Claude Paroz2014-09-171-8/+1
* Revert "Fixed #23384 -- Allowed overriding part of a dict...Claude Paroz2014-09-051-6/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fixed #23384 -- Allowed overriding part of a dictionary-t...Claude Paroz2014-08-301-1/+6
* Fixed #22780 -- Checked that LOCALE_PATHS is really a tupleTim Schaffer2014-06-101-1/+1
* Also allowed a non-overridden setting to be deletedClaude Paroz2014-04-121-2/+3
* Fixes #21833 -- Fix UserSettingsHolder.is_overridden() an...Carl Meyer2014-01-211-5/+4
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+11
* Fixed #21714 -- Moved logging configuration to global set...Claude Paroz2013-12-311-27/+0
* Removed an obsolete unicity check.Aymeric Augustin2013-12-311-5/+0
* Simplied some code in django.conf.__init__.Ondrej Sika2013-12-191-5/+2
* Use str.isupper() to test if a string is uppercased.Baptiste Mispelon2013-11-261-2/+2
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-2/+2
* Fixed test failures on Python 3 - refs #12288Tim Graham2013-08-091-2/+4
* Fixed #12288 -- Added unique validation for INSTALLED_APPSSusanTan2013-08-091-0/+3
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Removed some conditional code only needed under Python 2.6.Aymeric Augustin2013-07-011-8/+4
* Report wrongly-typed settings and abort, as originally pl...Ramiro Morales2013-06-291-0/+8
* Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS...Ramiro Morales2013-06-291-10/+0
* Fixed #20443 -- Import errors in settings cause confusing...Erik Romijn2013-05-251-1/+4
* Fixed #18985 -- ensure module level deprecations are disp...Preston Holmes2013-03-251-8/+10
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-3/+2
* Advanced pending deprecation warnings.Aymeric Augustin2012-12-291-1/+1
* Removed backwards-compatibility shim for #16288.Aymeric Augustin2012-12-291-38/+1
* Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin2012-11-171-3/+0
* Fixed #18985 -- made DeprecationWarnings loudPreston Holmes2012-11-171-0/+10
* Fixed #14264 -- Ensured settings.configure configures log...Claude Paroz2012-11-101-0/+1
* Fixed #19164 -- Fixed diffsettings command broken in fix ...Carl Meyer2012-10-231-3/+4
* Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz2012-09-291-4/+8
* Fixed #14861 -- Moved logging config outside of Settings....Claude Paroz2012-09-241-14/+16
* Remove a couple unused imports.Carl Meyer2012-09-081-1/+0
* Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' erro...Carl Meyer2012-09-081-4/+13
* Fixed #18824 -- Allow deleting a setting from overriden s...Claude Paroz2012-09-041-0/+11
* Removed obsolete __members__ definitionsClaude Paroz2012-08-211-3/+0
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRSClaude Paroz2012-06-301-0/+3
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-1/+1
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Required that the MEDIA_URL and STATIC_URL settings end w...Aymeric Augustin2012-03-311-2/+1