Tim Graham
|
75f107b884
Removed request.REQUEST per deprecation timeline; refs #18659.
|
10 年之前 |
Collin Anderson
|
3d2cae0896
Fixed #24072 -- Added FileResponse for streaming binary files.
|
10 年之前 |
Sergey Parkhomenko
|
059c9ab24c
Fixed #23977 -- Added setdefault() method to HttpResponse
|
10 年之前 |
Theodoros Ikonomou
|
49d034fff2
Fixed typo in docs/ref/request-response.txt.
|
10 年之前 |
Tim Graham
|
ca88aa34ad
Fixed spelling mistake in docs/ref/request-response.txt
|
10 年之前 |
Michael Kelly
|
ebc8e79cf3
Fixed #18523 -- Added stream-like API to HttpResponse.
|
11 年之前 |
James Doherty
|
adf8fb34ce
Fixed typo in docs/ref/request-response.txt
|
10 年之前 |
Unai Zalakain
|
5f2542f12a
Fixed #10190 -- Made HttpResponse charset customizable.
|
11 年之前 |
Tim Graham
|
da009ce32c
Removed doc reference to removed HttpResponse.mimetype.
|
10 年之前 |
Tim Graham
|
db9a1a0c47
Fixed #13755 -- Added a tip for caching responses that vary on AJAX.
|
10 年之前 |
Tim Graham
|
81edf2d006
Fixed non-multiple of 4 indentation in docs/ref/request-response.txt.
|
10 年之前 |
Éric Araujo
|
e9c730f6be
Fixed copy/paste typos in StreamingHttpResponse doc.
|
10 年之前 |
Duncan Parkes
|
d68987ae25
Fixed #22897 -- Made QueryDict query_string argument optional.
|
10 年之前 |
Duncan Parkes
|
7f4e2ef1e9
Improved documentation for QueryDict.
|
10 年之前 |
Claude Paroz
|
680a0f08b1
Updated doc links to point to Python 3 documentation
|
11 年之前 |
Anubhav Joshi
|
c8c2b8a638
Fixed #9535 -- Added a reference guide for file upload classes.
|
11 年之前 |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 年之前 |
Claude Paroz
|
3a97f992fb
Fixed #22313 -- Removed 'u' prefixes from documentation
|
11 年之前 |
zedr
|
fad47367bf
Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.
|
11 年之前 |
Daniel Pyrathon
|
885e7adf56
Fixed #22242 -- Documented common cookie size limit.
|
11 年之前 |
Lukasz Balcerzak
|
0242134d32
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses.
|
11 年之前 |
Baptiste Mispelon
|
d4d0dd7416
Changed documentation of HttpResponse.content to indicate it's a bytestring
|
11 年之前 |
Bouke Haarsma
|
2fb5a51fa3
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
|
11 年之前 |
Unai Zalakain
|
c7634cd7fe
Fixed #7603 -- Added a 'scheme' property to the HttpRequest object
|
11 年之前 |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 年之前 |
mark hellewell
|
8c9240222f
Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop
|
11 年之前 |
Tim Graham
|
f407f75aae
Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
|
11 年之前 |
Aymeric Augustin
|
7415176507
Simplified description of HttpResponse(<iterator>)
|
11 年之前 |
Ramiro Morales
|
ac90aee55c
Tweak caching decorators/utility functions xrefs.
|
12 年之前 |
Tim Graham
|
e83ff42792
Fixed #20459 - Improved example for setting HTTP header fields.
|
12 年之前 |