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
2016-12-20
[1.9.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.
Tim Graham
2016-06-07
[1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Tommy Beadle
2016-05-18
[1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Tim Graham
2016-05-12
[1.9.x] Updated ECMAScript link in docs/ref/request-response.txt
Alex Simonides
2016-05-03
[1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-30
[1.9.x] Removed old versionadded/changed directives.
Sergey Fedoseev
2015-10-28
[1.9.x] Added "Attributes set by application code" section to HttpRequest.
Tim Graham
2015-10-24
[1.9.x] Fixed #25434 -- Documented HttpRequest.site and created a section for...
Tim Graham
2015-10-23
[1.9.x] Clarified that the test client response content attribute is bytes.
薛丞宏
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
2015-06-20
Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.
Marten Kenbeek
2015-05-18
Fixed typos in docs/ref/request-response.txt
I am Clinton
2015-04-16
Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
Abdulrahman Alotaibi
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-12
Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...
Jon Dufresne
2015-03-08
Fixed #24460 -- Extended HttpRequest.build_absolute_uri documentation
Rik
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-28
Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.
Jon Dufresne
2015-01-17
Removed request.REQUEST per deprecation timeline; refs #18659.
Tim Graham
2015-01-05
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2014-12-11
Fixed #23977 -- Added setdefault() method to HttpResponse
Sergey Parkhomenko
2014-12-03
Fixed typo in docs/ref/request-response.txt.
Theodoros Ikonomou
2014-11-03
Fixed spelling mistake in docs/ref/request-response.txt
Tim Graham
2014-11-03
Fixed #18523 -- Added stream-like API to HttpResponse.
Michael Kelly
2014-10-24
Fixed typo in docs/ref/request-response.txt
James Doherty
2014-08-19
Fixed #10190 -- Made HttpResponse charset customizable.
Unai Zalakain
2014-08-13
Removed doc reference to removed HttpResponse.mimetype.
Tim Graham
2014-07-01
Fixed #13755 -- Added a tip for caching responses that vary on AJAX.
Tim Graham
2014-06-30
Fixed non-multiple of 4 indentation in docs/ref/request-response.txt.
Tim Graham
2014-06-26
Fixed copy/paste typos in StreamingHttpResponse doc.
Éric Araujo
2014-06-24
Fixed #22897 -- Made QueryDict query_string argument optional.
Duncan Parkes
2014-06-24
Improved documentation for QueryDict.
Duncan Parkes
2014-04-26
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-08
Fixed #9535 -- Added a reference guide for file upload classes.
Anubhav Joshi
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-03-17
Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.
zedr
2014-03-16
Fixed #22242 -- Documented common cookie size limit.
Daniel Pyrathon
2014-02-14
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...
Lukasz Balcerzak
2013-12-13
Changed documentation of HttpResponse.content to indicate it's a bytestring
Baptiste Mispelon
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
[next]