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