Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Prevented Django from running with an empty secret key. R...Aymeric Augustin2012-03-311-1/+2
* Actually warn on empty SECRET_KEY instead of raising a wa...Carl Meyer2012-03-151-1/+1
* Modified the error when SECRET_KEY is missing to be a Dep...Paul McMillan2012-03-021-1/+1
* Fixed #17800 -- Prevented Django from starting without a ...Aymeric Augustin2012-03-011-0/+3
* Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a ...Chris Beaven2012-02-221-1/+5
* Fixed #16247 -- Removed wildcard expansion of application...Aymeric Augustin2011-11-271-17/+0
* Fixed #16568 -- Added RequireDebugFalse filter to prevent...Carl Meyer2011-09-161-7/+2
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-1/+4
* Fixed #16288 -- Enabled django.request exception logger r...Carl Meyer2011-06-221-0/+41
* Fix the staticfiles_tests and django.conf to not think th...Alex Gaynor2011-06-011-4/+4
* Advanced deprecation for MEDIA_URL and STATIC_URL without...Russell Keith-Magee2011-04-021-1/+1
* Fixed #10654 -- Removed 'Does it have syntax errors' from...Adrian Holovaty2011-03-151-1/+1
* Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a tr...Jannis Leidel2011-01-021-2/+16
* Fixed #12012 -- Added support for logging. Thanks to Vina...Russell Keith-Magee2010-10-041-0/+11
* Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel2010-09-261-1/+1
* When possible, sanity check the timezone setting to see i...Malcolm Tredinnick2010-09-101-0/+6
* Fixed #1480 -- Added the ability to use the system timezo...Russell Keith-Magee2010-02-261-1/+1
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-2/+2
* Fixed #12336 - infinite recursion in dir(UserSettingsHolder)Luke Plant2009-12-091-1/+1
* Fixed non-standard introspection support in LazyObject.Luke Plant2009-10-191-4/+4
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-2/+4
* Fixed #10526 -- More fixes when specifying installed apps...Malcolm Tredinnick2009-03-181-1/+3
* Fixed #9323 -- Allow glob loading in INSTALLED_APPS to ha...Malcolm Tredinnick2009-03-081-1/+1
* Fixed #10392 -- Fixed an oversight from the refactoring i...Malcolm Tredinnick2009-03-021-1/+1
* Factor out some common pieces of django.conf.LazySettings.Malcolm Tredinnick2009-03-021-28/+7
* Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS.Jacob Kaplan-Moss2008-08-251-1/+3
* Fixed #7643 -- Fixed an oversight from [7844].Malcolm Tredinnick2008-07-061-0/+7
* Changed the ImportError message from [6832] to improve wo...Adrian Holovaty2007-12-191-1/+3
* Fixed #5743 -- Tweaked the exceptions raised when importi...Malcolm Tredinnick2007-12-021-3/+3
* Fixed #2920 -- Removed _() from builtins.Malcolm Tredinnick2007-10-211-10/+0
* Fixed #3350 -- Fixed timezone setting. Thanks, Matt Boersma.Malcolm Tredinnick2007-09-151-0/+1
* Fixed #4884 -- Fixed an initialisation problem when assig...Malcolm Tredinnick2007-07-161-0/+2
* Fixed #2315 -- added work around for Windows timezone set...Malcolm Tredinnick2007-02-121-2/+5
* Fixed #2968 -- Changed arguments to __import__ to use emp...Adrian Holovaty2006-10-301-2/+2
* Fixed a bunch of spurious imports, typos, and other small...Jacob Kaplan-Moss2006-07-211-1/+0
* Made django/utils/translation.py into a package django/ut...Adrian Holovaty2006-07-041-4/+11
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-3/+3
* Added comment explaining nonobvious self.__dict__ assignm...Adrian Holovaty2006-05-171-0/+2
* Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You ...Adrian Holovaty2006-05-161-13/+78
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+73
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+0