summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
AgeCommit message (Expand)Author
2025-12-11[6.0.x] Included ASGI servers when noting what the server does.Jake Howard
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-06-16Fixed #36447 -- Selected preferred media type based on quality.Jake Howard
2025-06-03Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type par...Jake Howard
2025-05-13Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_ful...Aleksandr Safonov
2024-12-02Fixed #35915 -- Clarified the empty list case in QueryDict.__getitem__() docs.jburns6789
2024-11-14Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...Lorenzo Peña
2024-10-16Fixed #35727 -- Added HttpResponse.text property.SaJH
2024-09-09Fixed #35631 -- Added HttpRequest.get_preferred_type().Jake Howard
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-03-06Fixed broken links and redirects in docs.Mariusz Felisiak
2023-12-28Corrected code-block directives in docs.Mariusz Felisiak
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-09-14Doc'd HttpResponse.cookies.Michele Mazzucchi
2023-09-11Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.Sam Toyer
2023-05-12Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and stri...Alexerson
2023-03-16Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht
2023-03-07Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-22Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-05-17Fixed #33683 -- Document HttpResponseBase and allow import from django.httpCollin Anderson
2022-03-07Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...Luke Plant
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-13Fixed #32899 -- Added note about avoiding non-dict objects in JsonResponse docs.Hasan Ramezani
2021-05-19Doc'd that HttpRequest.path doesn't contain a query string.David D Lowe
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-04-29Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope
2021-03-26Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.sreehari1997
2021-01-14Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.Mariusz Felisiak
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-10-08Fixed #29356 -- Clarified docs for QueryDict.getlist() default.Paul Grau
2020-10-07Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick
2020-10-01Fixed #32057 -- Doc'd HttpResponse.get()/items().MAHANTH-wq
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-05Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...Hasan Ramezani
2020-07-23Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse ...LincolnPuzey
2020-07-16Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak
2020-07-08Fixed #31739 -- Documented dependency between HttpRequest stream IO methods a...Tim Park
2020-06-15Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
2020-05-13Used :mimetype: role in various docs.Nick Pope
2020-05-13Used :pep: role in various docs.Nick Pope
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak