summaryrefslogtreecommitdiff
path: root/django/conf/__init__.py
AgeCommit message (Expand)Author
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
2007-02-12Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't doMalcolm Tredinnick
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-04Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-05-17Added comment explaining nonobvious self.__dict__ assignment in django.conf._...Adrian Holovaty
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty