index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
request-response.txt
Age
Commit message (
Expand
)
Author
2022-05-17
Fixed #33683 -- Document HttpResponseBase and allow import from django.http
Collin Anderson
2022-03-07
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...
Luke Plant
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-13
Fixed #32899 -- Added note about avoiding non-dict objects in JsonResponse docs.
Hasan Ramezani
2021-05-19
Doc'd that HttpRequest.path doesn't contain a query string.
David D Lowe
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-03-26
Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.
sreehari1997
2021-01-14
Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.
Mariusz Felisiak
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-10-08
Fixed #29356 -- Clarified docs for QueryDict.getlist() default.
Paul Grau
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-10-01
Fixed #32057 -- Doc'd HttpResponse.get()/items().
MAHANTH-wq
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-05
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...
Hasan Ramezani
2020-07-23
Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse ...
LincolnPuzey
2020-07-16
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-07-08
Fixed #31739 -- Documented dependency between HttpRequest stream IO methods a...
Tim Park
2020-06-15
Fixed #31696 -- Updated OWASP links in docs.
Hasan Ramezani
2020-05-13
Used :mimetype: role in various docs.
Nick Pope
2020-05-13
Used :pep: role in various docs.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-28
Fixed broken links in docs.
Mariusz Felisiak
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-02-11
Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...
Florian Apolloner
2020-01-27
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
Claude Paroz
2020-01-24
Refs #30997 -- Added HttpRequest.accepts().
Claude Paroz
2020-01-17
Refs #30752 -- Doc'd error reporting related optional request attributes.
Carlton Gibson
2019-12-12
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
Osaetin Daniel
2019-12-12
Doc'd HttpResponse.set_cookie()'s secure argument.
Osaetin Daniel
2019-12-12
Refs #6657 -- Corrected HttpResponse.set_cookie()/set_signed_cookie() signatu...
Osaetin Daniel
2019-12-12
Fixed typos in 3.0 release notes and docs/ref/request-response.txt.
Hasan Ramezani
2019-11-27
Fixed #31029 -- Used more specific links to RFCs.
Baptiste Mispelon
2019-11-25
Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.
Baptiste Mispelon
2019-09-24
Refs #26601 -- Used new-style middlewares in documentation.
Claude Paroz
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-08-17
Fixed #30694 -- Documented FileResponse does not seek its file source.
Claude Paroz
2019-08-02
Corrected StreamingHttpResponse.streaming_content description in docs.
niauah
2019-06-20
Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...
Chris Jerdonek
2019-06-20
Refs #30565 -- Doc'd HttpResponse.close() method.
Chris Jerdonek
2019-05-17
Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...
ShingenPizza
2019-05-09
Fixed #30310 -- Added support for looking up HttpHeaders.headers using unders...
Troon
2019-03-29
Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
sage
2019-03-28
Doc'd that HttpResponse accepts bytestrings.
Mariusz Felisiak
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-27
Updated spelling and RFCs in HttpOnly cookie flag docs.
Nick Pope
2019-03-27
Removed obsolete RFC from cookie docs.
Nick Pope
2019-01-27
Fixed typo in docs/ref/request-response.txt.
Sergey Fursov
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
[next]