Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware/http.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-151-22/+12
* Fixed #22440 -- Updated ConditionalGetMiddleware to compl...Mark Lavin2014-06-141-2/+7
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #717 - If-Modified-Since handling should compare da...Luke Plant2011-03-011-7/+11
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-19/+0
* BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromF...Jacob Kaplan-Moss2009-07-291-20/+16
* Fixed #7046 -- set the response status code correctly in ...Malcolm Tredinnick2008-06-301-2/+2
* Fixed #5898 -- Changed a few response processing paths to...Malcolm Tredinnick2007-11-111-11/+7
* Removed unused variable.Gary Wilson Jr2007-10-311-1/+0
* Fixed #5816 -- Fixed a regression from [6333] that genera...Gary Wilson Jr2007-10-311-2/+2
* Fixed #3872, which turns out to not have been a bug in th...Jacob Kaplan-Moss2007-09-201-4/+3
* Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARD...Adrian Holovaty2007-09-161-2/+3
* Fixed #4199 -- Changed date formatting in HTTP expires he...Malcolm Tredinnick2007-07-161-3/+2
* Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middle...Adrian Holovaty2006-08-181-0/+24
* Converted request.META['REQUEST_METHOD'] calls to request...Adrian Holovaty2006-06-201-1/+1
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Fixed #580 -- Added mega support for generating Vary head...Adrian Holovaty2005-10-091-0/+37