Commit History

Author SHA1 Message Date
  Troon a3a4f5c144 Fixed #30310 -- Added support for looking up HttpHeaders.headers using underscores. 5 years ago
  sage 9aa56cb0d5 Fixed #30294 -- Allowed HttpResponse to accept memoryview content. 5 years ago
  Mariusz Felisiak e449c3a832 Doc'd that HttpResponse accepts bytestrings. 5 years ago
  Mariusz Felisiak 881362986a Fixed "byte string" typo in various docs and comments. 5 years ago
  Nick Pope 398afba084 Updated spelling and RFCs in HttpOnly cookie flag docs. 6 years ago
  Nick Pope 2afd670de5 Removed obsolete RFC from cookie docs. 6 years ago
  Sergey Fursov 20ea68c4fe Fixed typo in docs/ref/request-response.txt. 5 years ago
  Tim Graham 8045dff98c Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. 5 years ago
  Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. 5 years ago
  Santiago Basulto 4fc35a9c3e Fixed #20147 -- Added HttpRequest.headers. 6 years ago
  Adam Johnson b71e3d635a Added examples to HttpRequest.build_absolute_uri() docs. 5 years ago
  Osaetin Daniel cd242d185b Fixed docs typo in HttpResponse.set_signed_cookie() signature. 6 years ago
  Claude Paroz a177f854c3 Fixed #16470 -- Allowed FileResponse to auto-set some Content headers. 6 years ago
  Alex Gaynor 9a56b4b13e Fixed #27863 -- Added support for the SameSite cookie flag. 6 years ago
  Windson yang 4fe5d84666 Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse. 6 years ago
  Jon Dufresne ff05de760c Fixed #29038 -- Removed closing slash from HTML void tags. 6 years ago
  Mariusz Felisiak 7c81b28ebc Updated various links in docs to use HTTPS. 6 years ago
  Jonas Haag a2851f204c Fixed #28720 -- Added HttpRequest.get_full_path_info(). 7 years ago
  Tim Graham afd375fc34 Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples. 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Jkrzy da3a5cee4f Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs. 7 years ago
  aruseni ad524980ac Fixed typo in docs/ref/request-response.txt. 7 years ago
  Daniel F Moisset 8ab7ce8558 Fixed #28037 -- Clarified that QueryDict.items()/values() are generators. 7 years ago
  Tim Graham 31e0b3b40b Added links and cosmetic edits to docs/ref/request-response.txt. 7 years ago
  Josh Schneier a1b2c1d76e Fixed #28137 -- Deprecated HttpRequest.xreadlines(). 7 years ago
  Tim Graham 29f607927f Fixed spelling of "nonexistent". 7 years ago
  Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 7 years ago
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham 5e239ae907 Fixed #27616 -- Fixed incorrect vary_on_headers() example. 8 years ago