1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00
django/django/core/handlers
2008-05-16 23:24:36 +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 Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill 2008-05-16 23:24:36 +00:00
modpython.py Fixed #5595 -- Made ModPythonRequest.__repr__ return a string instead of a unicode object. Fixes the printout of the request object in those server error e-mails I never get :) 2008-03-08 03:06:30 +00:00
profiler-hotshot.py Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-admin 2005-11-22 05:04:56 +00:00
wsgi.py Re-organized imports in handler modules to adhere to Django coding style. 2007-12-02 02:22:19 +00:00