index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
handlers
/
modpython.py
Age
Commit message (
Expand
)
Author
2005-11-30
Moved Apache auth handler to django/contrib/auth/handlers/modpython.py
Adrian Holovaty
2005-11-29
Added mod_python authentication handler and document on authenticating agains...
Jacob Kaplan-Moss
2005-10-06
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...
Adrian Holovaty
2005-08-16
Fixed #1 -- Added anonymous session support via middleware and request.sessio...
Adrian Holovaty
2005-08-15
Changed handlers (both mod_python and WSGI) to support setting multiple cooki...
Adrian Holovaty
2005-08-10
Fixed #126 -- HttpRequest now has a 'raw_post_data' attribute.
Adrian Holovaty
2005-07-22
Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplic...
Adrian Holovaty
2005-07-20
Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the b...
Adrian Holovaty
2005-07-20
Made ModPythonHandler.get_response() tolerant of repr(request) that has an ex...
Adrian Holovaty
2005-07-18
Changed core.handlers.modpython.populate_apache_request NOT to have side effe...
Adrian Holovaty
2005-07-18
Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci...
Adrian Holovaty
[prev]