summaryrefslogtreecommitdiff
path: root/django/middleware/http.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2016-11-05Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski
2016-10-17Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests.Kevin Christopher Henry
2016-10-14Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.Tim Graham
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-01-05Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.Denis Cornehl
2015-08-15Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl
2014-06-13Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616.Mark Lavin
2014-05-28Fixed several typos in DjangoAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-01Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2009-07-29BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.Jacob Kaplan-Moss
2008-06-30Fixed #7046 -- set the response status code correctly in ConditionalGetMiddle...Malcolm Tredinnick
2007-11-11Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick
2007-10-31Removed unused variable.Gary Wilson Jr
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-09-20Fixed #3872, which turns out to not have been a bug in the first place, by re...Jacob Kaplan-Moss
2007-09-16Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in SetRemoteA...Adrian Holovaty
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2006-08-18Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...Adrian Holovaty
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty