django1/django/core/handlers
Anubhav Joshi dbbcfca476 Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True
Thanks GDorn and gox21 for report.

Thanks Tim Graham for idea and review.
2014-06-24 08:55:36 -04: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 #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True 2014-06-24 08:55:36 -04:00
wsgi.py Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths starting with // 2014-06-07 08:59:02 -04:00