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
2018-05-27
[2.1.x] 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
2015-08-12
Fixed #25254 -- Added JsonResponse json_dumps_params parameter.
Sambhav Satija
2015-08-12
Corrected indentation of JsonResponse docs.
Tim Graham
2015-08-04
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
Matt Robenolt
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-10
Fixed #25103 -- Corrected versionadded for FileResponse
Matthew Madurski
2015-07-09
Fixed #25048 -- Documented that runservers strips headers with underscores.
Tim Graham
2015-06-25
Refs #24127 -- Added documentation for HttpRequest.current_app.
Marten Kenbeek
[next]