summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
AgeCommit message (Collapse)Author
2020-07-23[3.0.x] Fixed #31816 -- Corrected the expected content type in ↵LincolnPuzey
StreamingHttpResponse docs. Backport of d75436109694c286d9af48ae94ca39759d080214 from master
2020-07-16[3.0.x] Fixed #31790 -- Fixed setting SameSite cookies flag in ↵Mariusz Felisiak
HttpResponse.delete_cookie(). Cookies with the "SameSite" flag set to None and without the "secure" flag will be soon rejected by latest browser versions. This affects sessions and messages cookies. Backport of 240cbb63bf9965c63d7a3cc9032f91410f414d46 from master.
2020-07-08[3.0.x] Fixed #31739 -- Documented dependency between HttpRequest stream IO ↵Tim Park
methods and body. Backport of 060576b0abac460d72714e300aa709d1e7a87dd7 from master
2020-06-15[3.0.x] Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
2020-04-28[3.0.x] Fixed broken links in docs.Mariusz Felisiak
Backport of b28be08cac1f7cde332ca43db65bb733fa3f9bf5 from master
2020-04-01[3.0.x] Prevented (and corrected) single backtick usage in docs.Adam Johnson
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
2020-02-11[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper ↵Florian Apolloner
closes file-like object." This reverts commit cce47ff65a4dd3786c049ec14ee889e128ca7de9. Backport of 549445519ce90cc5c1e3f981853cc0c67725f3ed from master
2019-12-13[3.0.x] Doc'd HttpResponse.set_cookie()'s secure argument.Osaetin Daniel
Backport of 14e690ae5a6d4ddeb1ac021f78e2e6e333214ef8 from master
2019-12-13[3.0.x] Refs #6657 -- Corrected ↵Osaetin Daniel
HttpResponse.set_cookie()/set_signed_cookie() signatures in docs. Backport of 15c5875e693cc972c996a921560624c355ab8fdd from master
2019-12-12[3.0.x] Fixed typos in 3.0 release notes and docs/ref/request-response.txt.Hasan Ramezani
Backport of 52018e1615edfafcb5170ba6b473132fe2f9a534 from master
2019-11-28[3.0.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master
2019-11-25[3.0.x] Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.Baptiste Mispelon
Backport of 9f1ec9efc35bbb375c9cebb3e0d8c1b7be838338 from master
2019-09-24[3.0.x] Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
Backport of d71497bb249a2c3ffec41e99089f5ae8e575f2d3 from master
2019-08-17Fixed #30694 -- Documented FileResponse does not seek its file source.Claude Paroz
2019-08-02Corrected StreamingHttpResponse.streaming_content description in docs.niauah
2019-06-20Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like ↵Chris Jerdonek
object.
2019-06-20Refs #30565 -- Doc'd HttpResponse.close() method.Chris Jerdonek
2019-05-17Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ↵ShingenPizza
is available.
2019-05-09Fixed #30310 -- Added support for looking up HttpHeaders.headers using ↵Troon
underscores.
2019-03-29Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage
2019-03-28Doc'd that HttpResponse accepts bytestrings.Mariusz Felisiak
2019-03-28Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-03-27Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope
2019-03-27Removed obsolete RFC from cookie docs.Nick Pope
RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
2019-01-27Fixed typo in docs/ref/request-response.txt.Sergey Fursov
2019-01-17Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
2018-12-29Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson
2018-05-27Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
Thanks Alex Gaynor for contributing to the patch.
2018-04-04Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse.Windson yang
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-11-07Fixed #28720 -- Added HttpRequest.get_full_path_info().Jonas Haag
2017-11-01Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie ↵Tim Graham
examples.
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-08-30Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-06-20Fixed typo in docs/ref/request-response.txt.aruseni
2017-04-26Fixed #28037 -- Clarified that QueryDict.items()/values() are generators.Daniel F Moisset
2017-04-26Added links and cosmetic edits to docs/ref/request-response.txt.Tim Graham
2017-04-26Fixed #28137 -- Deprecated HttpRequest.xreadlines().Josh Schneier
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-12-20Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
2016-12-14Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham
2016-10-06Fixed docs typos in lines ending with a dash.Tim Graham