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
/
middleware
/
http.py
Age
Commit message (
Expand
)
Author
2009-07-29
BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.
Jacob Kaplan-Moss
2008-06-30
Fixed #7046 -- set the response status code correctly in ConditionalGetMiddle...
Malcolm Tredinnick
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick
2007-10-31
Removed unused variable.
Gary Wilson Jr
2007-10-31
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...
Gary Wilson Jr
2007-09-20
Fixed #3872, which turns out to not have been a bug in the first place, by re...
Jacob Kaplan-Moss
2007-09-16
Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in SetRemoteA...
Adrian Holovaty
2007-07-16
Fixed #4199 -- Changed date formatting in HTTP expires header to be spec
Malcolm Tredinnick
2006-08-18
Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...
Adrian Holovaty
2006-06-20
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty