summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
AgeCommit 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.txtTim Graham
2016-05-12[1.9.x] Updated ECMAScript link in docs/ref/request-response.txtAlex 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-05Added default value for default kwargs for QueryDict.David Sanders
2015-08-12Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija
2015-08-12Corrected indentation of JsonResponse docs.Tim Graham
2015-08-04Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-10Fixed #25103 -- Corrected versionadded for FileResponseMatthew Madurski
2015-07-09Fixed #25048 -- Documented that runservers strips headers with underscores.Tim Graham
2015-06-25Refs #24127 -- Added documentation for HttpRequest.current_app.Marten Kenbeek
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-05-18Fixed typos in docs/ref/request-response.txtI am Clinton
2015-04-16Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-12Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne
2015-03-08Fixed #24460 -- Extended HttpRequest.build_absolute_uri documentationRik
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-28Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne
2015-01-17Removed request.REQUEST per deprecation timeline; refs #18659.Tim Graham
2015-01-05Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson
2014-12-11Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko
2014-12-03Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
2014-11-03Fixed spelling mistake in docs/ref/request-response.txtTim Graham
2014-11-03Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly
2014-10-24Fixed typo in docs/ref/request-response.txtJames Doherty
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-13Removed doc reference to removed HttpResponse.mimetype.Tim Graham
2014-07-01Fixed #13755 -- Added a tip for caching responses that vary on AJAX.Tim Graham
2014-06-30Fixed non-multiple of 4 indentation in docs/ref/request-response.txt.Tim Graham
2014-06-26Fixed copy/paste typos in StreamingHttpResponse doc.Éric Araujo
2014-06-24Fixed #22897 -- Made QueryDict query_string argument optional.Duncan Parkes
2014-06-24Improved documentation for QueryDict.Duncan Parkes
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-08Fixed #9535 -- Added a reference guide for file upload classes.Anubhav Joshi
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-17Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.zedr
2014-03-16Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2013-12-13Changed documentation of HttpResponse.content to indicate it's a bytestringBaptiste Mispelon
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma