index
:
chango.git
devmain
fix-31295
initial-branch
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
2019-03-28
[2.2.x] Doc'd that HttpResponse accepts bytestrings.
Mariusz Felisiak
2019-03-28
[2.2.x] Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-27
[2.2.x] Updated spelling and RFCs in HttpOnly cookie flag docs.
Nick Pope
2019-03-27
[2.2.x] Removed obsolete RFC from cookie docs.
Nick Pope
2019-01-27
[2.2.x] Fixed typo in docs/ref/request-response.txt.
Sergey Fursov
2019-01-16
Fixed #20147 -- Added HttpRequest.headers.
Santiago Basulto
2018-12-29
Added examples to HttpRequest.build_absolute_uri() docs.
Adam Johnson
2018-05-27
Fixed docs typo in HttpResponse.set_signed_cookie() signature.
Osaetin Daniel
2018-05-15
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Claude Paroz
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-04-04
Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse.
Windson yang
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-11-07
Fixed #28720 -- Added HttpRequest.get_full_path_info().
Jonas Haag
2017-11-01
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-08-30
Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
Jkrzy
2017-06-20
Fixed typo in docs/ref/request-response.txt.
aruseni
2017-04-26
Fixed #28037 -- Clarified that QueryDict.items()/values() are generators.
Daniel F Moisset
2017-04-26
Added links and cosmetic edits to docs/ref/request-response.txt.
Tim Graham
2017-04-26
Fixed #28137 -- Deprecated HttpRequest.xreadlines().
Josh Schneier
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-12-20
Fixed #27616 -- Fixed incorrect vary_on_headers() example.
Tim Graham
2016-12-14
Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.
Tim Graham
2016-10-06
Fixed docs typos in lines ending with a dash.
Tim Graham
2016-09-29
Normalized spelling of "Web server/page" in docs.
Tim Graham
2016-09-29
Fixed import typos in the docs.
Frank Wiles
2016-06-07
Fixed #26704 -- Documented DjangoJSONEncoder.
Tommy Beadle
2016-06-06
Fixed #26707 -- Added QueryDict.fromkeys()
wim glenn
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-18
Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-12
Updated ECMAScript link in docs/ref/request-response.txt
Alex Simonides
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-02-10
Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.
Curtis Maloney
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-14
Fixed #25725 -- Made HttpReponse immediately close objects.
Johannes Hoppe
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-30
Removed old versionadded/changed directives.
Sergey Fedoseev
2015-10-28
Added "Attributes set by application code" section to HttpRequest.
Tim Graham
2015-10-24
Fixed #25434 -- Documented HttpRequest.site and created a section for middlew...
Tim Graham
2015-10-23
Clarified that the test client response content attribute is bytes.
薛丞宏
2015-10-21
Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.
Jon Dufresne
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-05
Added default value for default kwargs for QueryDict.
David Sanders
[next]