index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
__init__.py
Age
Commit message (
Expand
)
Author
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...
Aymeric Augustin
2012-03-31
Prevented Django from running with an empty secret key. Refs #17800.
Aymeric Augustin
2012-03-15
Actually warn on empty SECRET_KEY instead of raising a warning as an exception.
Carl Meyer
2012-03-02
Modified the error when SECRET_KEY is missing to be a DeprecationWarning.
Paul McMillan
2012-03-01
Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since th...
Aymeric Augustin
2012-02-22
Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...
Chris Beaven
2011-11-27
Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_...
Aymeric Augustin
2011-09-16
Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...
Carl Meyer
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-22
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...
Carl Meyer
2011-06-01
Fix the staticfiles_tests and django.conf to not think that None meant a lazy...
Alex Gaynor
2011-04-02
Advanced deprecation for MEDIA_URL and STATIC_URL without a trailing slash.
Russell Keith-Magee
2011-03-14
Fixed #10654 -- Removed 'Does it have syntax errors' from the ImportError in ...
Adrian Holovaty
2011-01-02
Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...
Jannis Leidel
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-10
When possible, sanity check the timezone setting to see if the Unix-like
Malcolm Tredinnick
2010-02-26
Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-09
Fixed #12336 - infinite recursion in dir(UserSettingsHolder)
Luke Plant
2009-10-19
Fixed non-standard introspection support in LazyObject.
Luke Plant
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-18
Fixed #10526 -- More fixes when specifying installed apps using "foo.*".
Malcolm Tredinnick
2009-03-08
Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.
Malcolm Tredinnick
2009-03-02
Fixed #10392 -- Fixed an oversight from the refactoring in r9945.
Malcolm Tredinnick
2009-03-02
Factor out some common pieces of django.conf.LazySettings.
Malcolm Tredinnick
2008-08-25
Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS.
Jacob Kaplan-Moss
2008-07-06
Fixed #7643 -- Fixed an oversight from [7844].
Malcolm Tredinnick
2007-12-19
Changed the ImportError message from [6832] to improve wording
Adrian Holovaty
2007-12-02
Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we
Malcolm Tredinnick
2007-10-21
Fixed #2920 -- Removed _() from builtins.
Malcolm Tredinnick
2007-09-15
Fixed #3350 -- Fixed timezone setting. Thanks, Matt Boersma.
Malcolm Tredinnick
2007-07-16
Fixed #4884 -- Fixed an initialisation problem when assigned to settings before
Malcolm Tredinnick
2007-02-12
Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't do
Malcolm Tredinnick
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-07-04
Made django/utils/translation.py into a package django/utils/translation, whi...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-05-17
Added comment explaining nonobvious self.__dict__ assignment in django.conf._...
Adrian Holovaty
2006-05-16
Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty
[prev]