django1/django/core/handlers
Luke Plant 3e1e04d6d0 Fixed #10758 - sys.exc_info() should not be stored on a local variable
Thanks piotr.findeisen for report, kevinh for patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@13318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-03 18:50:04 +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 #10758 - sys.exc_info() should not be stored on a local variable 2010-06-03 18:50:04 +00:00
modpython.py Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers provided by the mod_python handler. Thanks to Nowell Strite and Tareque Hossain for the report and fix. 2009-09-12 21:28:01 +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 Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well. 2009-03-08 09:58:40 +00:00