Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/request-response.txt
Commit message (Expand)AuthorAgeFilesLines
* Added "Attributes set by application code" section to Htt...Tim Graham2015-10-281-18/+22
* Fixed #25434 -- Documented HttpRequest.site and created a...Tim Graham2015-10-241-26/+36
* Clarified that the test client response content attribute...薛丞宏2015-10-231-1/+1
* Fixed #25576 -- Added IOBase methods required by TextIOWr...Jon Dufresne2015-10-211-0/+14
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-22/+0
* Added default value for default kwargs for QueryDict.David Sanders2015-09-051-4/+4
* Fixed #25254 -- Added JsonResponse json_dumps_params para...Sambhav Satija2015-08-121-1/+8
* Corrected indentation of JsonResponse docs.Tim Graham2015-08-121-18/+16
* Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FO...Matt Robenolt2015-08-041-0/+8
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-271-1/+1
* Fixed #25103 -- Corrected versionadded for FileResponseMatthew Madurski2015-07-101-1/+1
* Fixed #25048 -- Documented that runservers strips headers...Tim Graham2015-07-091-0/+6
* Refs #24127 -- Added documentation for HttpRequest.curren...Marten Kenbeek2015-06-251-0/+7
* Fixed #14200 -- Added a fallback if HttpRequest.urlconf i...Marten Kenbeek2015-06-211-0/+8
* Fixed typos in docs/ref/request-response.txtI am Clinton2015-05-181-4/+4
* Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi2015-04-161-2/+3
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-2/+4
* Fixed #24139 -- Changed HttpResponse.reason_phrase to eva...Jon Dufresne2015-03-131-0/+18
* Fixed #24460 -- Extended HttpRequest.build_absolute_uri d...Rik2015-03-081-0/+8
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-4/+0
* Fixed #24137 -- Switched to HTTP reason phrases from Pyth...Jon Dufresne2015-01-281-0/+14
* Removed request.REQUEST per deprecation timeline; refs #1...Tim Graham2015-01-171-15/+0
* Fixed #24072 -- Added FileResponse for streaming binary f...Collin Anderson2015-01-051-0/+18
* Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko2014-12-111-0/+6
* Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou2014-12-041-1/+1
* Fixed spelling mistake in docs/ref/request-response.txtTim Graham2014-11-031-1/+1
* Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly2014-11-031-0/+27
* Fixed typo in docs/ref/request-response.txtJames Doherty2014-10-241-1/+1
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-1/+18
* Removed doc reference to removed HttpResponse.mimetype.Tim Graham2014-08-141-2/+0
* Fixed #13755 -- Added a tip for caching responses that va...Tim Graham2014-07-011-0/+7
* Fixed non-multiple of 4 indentation in docs/ref/request-r...Tim Graham2014-07-011-74/+74
* Fixed copy/paste typos in StreamingHttpResponse doc.Éric Araujo2014-06-261-3/+3
* Fixed #22897 -- Made QueryDict query_string argument opti...Duncan Parkes2014-06-251-2/+9
* Improved documentation for QueryDict.Duncan Parkes2014-06-251-15/+28
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-4/+4
* Fixed #9535 -- Added a reference guide for file upload cl...Anubhav Joshi2014-04-081-31/+1
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-8/+0
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-8/+8
* Fixed #21179 -- Added a StreamingHttpResponse example for...zedr2014-03-171-1/+1
* Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon2014-03-161-0/+8
* Fixed #17942 -- Added a JsonResponse class to more easily...Lukasz Balcerzak2014-02-151-1/+69
* Changed documentation of HttpResponse.content to indicate...Baptiste Mispelon2013-12-131-1/+1
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-0/+3
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-0/+7
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-8/+0
* Fixed #18315 -- Documented QueryDict.popitem and QueryDic...mark hellewell2013-07-251-0/+20
* Fixed #20673 -- Clarified that HttpRequest.user uses AUTH...Tim Graham2013-07-041-5/+6
* Simplified description of HttpResponse(<iterator>)Aymeric Augustin2013-06-291-21/+5
* Tweak caching decorators/utility functions xrefs.Ramiro Morales2013-05-311-2/+2