django1/django/core/handlers
Aymeric Augustin 47a9347b98 Fixed #6992 -- Improved error when middleware omits HttpResponse.
Thanks guettli for the report.
2014-06-07 19:48:45 +02: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 #6992 -- Improved error when middleware omits HttpResponse. 2014-06-07 19:48:45 +02:00
wsgi.py Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths starting with // 2014-06-07 08:59:02 -04:00