django1/django/core/handlers
Malcolm Tredinnick e70d7e6064 Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Location headers. Based on a patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 05:28:00 +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 #987 -- Convert relative URI portions into absolute URIs in HTTP Location headers. Based on a patch from SmileyChris. 2007-09-14 05:28:00 +00:00
modpython.py Changed HttpRequest.path to be a Unicode object. It has already been 2007-07-07 17:15:54 +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 #4909 -- Fixed a race condition with middleware initialisation in multi-threaded setups. Thanks, colin@owlfish.com. 2007-08-12 10:24:05 +00:00