summaryrefslogtreecommitdiff
path: root/django/conf/__init__.py
AgeCommit message (Expand)Author
2016-12-23Fixed #27625 -- Made LazySettings cache attributes in __dict__.Adam Chainz
2016-12-23Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-04-23Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings)Claude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-08-31Refs #24121 -- Added repr() to LazySettings, Settings, and UserSettingsHolder.Keryn Knight
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
2014-11-17Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.Aymeric Augustin
2014-09-17Fixed #23495 -- Stopped swallowing real settings import errorClaude Paroz
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
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-01-20Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.Carl Meyer
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-31Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz
2013-12-31Removed an obsolete unicity check.Aymeric Augustin
2013-12-18Simplied some code in django.conf.__init__.Ondrej Sika
2013-11-26Use str.isupper() to test if a string is uppercased.Baptiste Mispelon
2013-11-02Fixed all E261 warningscoagulant
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-08-09Fixed test failures on Python 3 - refs #12288Tim Graham
2013-08-09Fixed #12288 -- Added unique validation for INSTALLED_APPSSusanTan
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-01Removed some conditional code only needed under Python 2.6.Aymeric Augustin
2013-06-29Report wrongly-typed settings and abort, as originally planned.Ramiro Morales
2013-06-28Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS settings, as per de...Ramiro Morales
2013-05-25Fixed #20443 -- Import errors in settings cause confusing error messagesErik Romijn
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-29Removed backwards-compatibility shim for #16288.Aymeric Augustin
2012-11-17Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-16Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-10Fixed #14264 -- Ensured settings.configure configures loggingClaude Paroz
2012-10-22Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.Carl Meyer
2012-09-29Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-08Remove a couple unused imports.Carl Meyer
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-04Fixed #18824 -- Allow deleting a setting from overriden settingsClaude Paroz
2012-08-21Removed obsolete __members__ definitionsClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin