summaryrefslogtreecommitdiff
path: root/django/conf/__init__.py
AgeCommit message (Expand)Author
2013-03-27[1.5.x] Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-16[1.5.x] Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-10[1.5.x] Fixed #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
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-30Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRSClaude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-31Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...Aymeric Augustin
2012-03-31Prevented Django from running with an empty secret key. Refs #17800.Aymeric Augustin
2012-03-15Actually warn on empty SECRET_KEY instead of raising a warning as an exception.Carl Meyer
2012-03-02Modified the error when SECRET_KEY is missing to be a DeprecationWarning.Paul McMillan
2012-03-01Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since th...Aymeric Augustin
2012-02-22Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...Chris Beaven
2011-11-27Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_...Aymeric Augustin
2011-09-16Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...Carl Meyer
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-01Fix the staticfiles_tests and django.conf to not think that None meant a lazy...Alex Gaynor
2011-04-02Advanced deprecation for MEDIA_URL and STATIC_URL without a trailing slash.Russell Keith-Magee
2011-03-14Fixed #10654 -- Removed 'Does it have syntax errors' from the ImportError in ...Adrian Holovaty
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-10When possible, sanity check the timezone setting to see if the Unix-likeMalcolm Tredinnick
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-09Fixed #12336 - infinite recursion in dir(UserSettingsHolder)Luke Plant
2009-10-19Fixed non-standard introspection support in LazyObject.Luke Plant
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-08Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.Malcolm Tredinnick
2009-03-02Fixed #10392 -- Fixed an oversight from the refactoring in r9945.Malcolm Tredinnick
2009-03-02Factor out some common pieces of django.conf.LazySettings.Malcolm Tredinnick
2008-08-25Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS.Jacob Kaplan-Moss
2008-07-06Fixed #7643 -- Fixed an oversight from [7844].Malcolm Tredinnick
2007-12-19Changed the ImportError message from [6832] to improve wordingAdrian Holovaty
2007-12-02Fixed #5743 -- Tweaked the exceptions raised when importing settings so that weMalcolm Tredinnick
2007-10-21Fixed #2920 -- Removed _() from builtins.Malcolm Tredinnick
2007-09-15Fixed #3350 -- Fixed timezone setting. Thanks, Matt Boersma.Malcolm Tredinnick
2007-07-16Fixed #4884 -- Fixed an initialisation problem when assigned to settings beforeMalcolm Tredinnick