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