django1/django/core/handlers
Jacob Kaplan-Moss 2c03839d79 [0.91-bugfixes] Fixed, once again, the stale-db connection problem. Seems [3725] wasn't applied to the wsgi handler
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-25 18:02:13 +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 0.91-bugfixes: Move request middleware into the handler's try/catch block so we can deal with exceptions it throws 2006-11-24 18:16:36 +00:00
modpython.py 0.91-bugfixes: Backport [3820] to 0.91-bugfixes, refs #2745. 2006-11-24 18:24:34 +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 [0.91-bugfixes] Fixed, once again, the stale-db connection problem. Seems [3725] wasn't applied to the wsgi handler 2008-02-25 18:02:13 +00:00