Commit History

Author SHA1 Message Date
  Tim Graham bc95314ca6 Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddleware setting Content-Length. 7 years ago
  Tim Graham 8f8a4d10d3 Refs #26447 -- Removed outdated ETag comment in CommonMiddleware. 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Tim Graham 48d57788ee Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline. 7 years ago
  Claude Paroz 01f658644a Updated various links in docs to avoid redirects 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Raphael Michel ddf169cdac Refs #16859 -- Allowed storing CSRF tokens in sessions. 8 years ago
  Tim Graham 7301770254 Fixed typo in docs/ref/middleware.txt. 8 years ago
  Adam Malinowski 37809b891e Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMiddleware. 8 years ago
  Tim Graham 61f9243e51 Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware. 8 years ago
  Kevin Christopher Henry ad332e5ca9 Refs #19705 -- Made GZipMiddleware make ETags weak. 8 years ago
  Denis Cornehl a840710e1e Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware. 8 years ago
  Tim Graham ef021412d5 Normalized spelling of ETag. 8 years ago
  Ed Morley 3c2447dd13 Fixed #26947 -- Added an option to enable the HSTS header preload directive. 8 years ago
  Ed Morley 8c3bc5cd78 Fixed docs to refer to HSTS includeSubdomains as a directive. 8 years ago
  Claude Paroz 9588718cd4 Fixed #5897 -- Added the Content-Length response header in CommonMiddleware 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Shai Berger 5112e65ef2 Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them 9 years ago
  Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 8 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham 849037af36 Refs #23957 -- Required session verification per deprecation timeline. 9 years ago
  Claude Paroz 64982cc2fb Updated Wikipedia links to use https 9 years ago
  jorgecarleitao 7c642cafbb Fixed typo in docs/ref/middleware.txt 9 years ago
  Jan Pazdziora a570701e02 Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication. 9 years ago
  Marissa Zhou 8b1f39a727 Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES. 9 years ago
  Dave Hodder 08c980d752 Updated capitalization in the word "JavaScript" for consistency 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Berker Peksag df0523debc Fixed #23531 -- Added CommonMiddleware.response_redirect_class. 10 years ago
  Thomas Chaumeny d3db878e4b Moved CSRF docs out of contrib. 10 years ago