summaryrefslogtreecommitdiff
path: root/django/core/handlers/modpython.py
AgeCommit message (Expand)Author
2005-11-30Moved Apache auth handler to django/contrib/auth/handlers/modpython.pyAdrian Holovaty
2005-11-29Added mod_python authentication handler and document on authenticating agains...Jacob Kaplan-Moss
2005-10-06Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...Adrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-08-15Changed handlers (both mod_python and WSGI) to support setting multiple cooki...Adrian Holovaty
2005-08-10Fixed #126 -- HttpRequest now has a 'raw_post_data' attribute.Adrian Holovaty
2005-07-22Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplic...Adrian Holovaty
2005-07-20Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the b...Adrian Holovaty
2005-07-20Made ModPythonHandler.get_response() tolerant of repr(request) that has an ex...Adrian Holovaty
2005-07-18Changed core.handlers.modpython.populate_apache_request NOT to have side effe...Adrian Holovaty
2005-07-18Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci...Adrian Holovaty