django1/django/core/handlers
Adrian Holovaty 079752fe88 Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-19 01:16:57 +00:00
..
__init__.py Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead. 2005-07-18 06:30:26 +00:00
base.py Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune 2005-10-19 01:16:57 +00:00
modpython.py Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +00:00
profiler-hotshot.py Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshot 2005-07-18 06:34:34 +00:00
wsgi.py Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +00:00