django1/django/core/handlers
Matthew Power 18098d261f Fixed #29673 -- Reset the URLconf at the end of each request.
Co-authored-by: Ross Thorne <rmwthorne@googlemail.com>
2018-09-26 15:35:24 -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 #29673 -- Reset the URLconf at the end of each request. 2018-09-26 15:35:24 -04:00
exception.py Fixed #26688 -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00
wsgi.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00