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
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