wim glenn
|
5ebebd1159
Fixed #26707 -- Added QueryDict.fromkeys()
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Tim Graham
|
6d9c5d46e6
Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
|
8 years ago |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 years ago |
Alex Simonides
|
0430ac95ab
Updated ECMAScript link in docs/ref/request-response.txt
|
8 years ago |
Vasiliy Faronov
|
ac77c55bc5
Fixed #26567 -- Updated references to obsolete RFC2616.
|
9 years ago |
Jeremy Lainé
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
9 years ago |
Curtis Maloney
|
6f1318734f
Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 years ago |
Johannes Hoppe
|
5233b70070
Fixed #25725 -- Made HttpReponse immediately close objects.
|
9 years ago |
Jon Dufresne
|
7aabd62380
Fixed #25778 -- Updated docs links to use https when available.
|
9 years ago |
Sergey Fedoseev
|
da08195b36
Removed old versionadded/changed directives.
|
9 years ago |
Tim Graham
|
dc193d0f6d
Added "Attributes set by application code" section to HttpRequest.
|
9 years ago |
Tim Graham
|
02ef96c5e5
Fixed #25434 -- Documented HttpRequest.site and created a section for middleware attributes.
|
9 years ago |
薛丞宏
|
484edc81c1
Clarified that the test client response content attribute is bytes.
|
9 years ago |
Jon Dufresne
|
05248a1009
Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
David Sanders
|
48c420d992
Added default value for default kwargs for QueryDict.
|
9 years ago |
Sambhav Satija
|
d0bd533043
Fixed #25254 -- Added JsonResponse json_dumps_params parameter.
|
9 years ago |
Tim Graham
|
290145e661
Corrected indentation of JsonResponse docs.
|
9 years ago |
Matt Robenolt
|
4dcfbd7923
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
|
9 years ago |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 years ago |
Matthew Madurski
|
0b02ce54cf
Fixed #25103 -- Corrected versionadded for FileResponse
|
9 years ago |
Tim Graham
|
7b6d3104f2
Fixed #25048 -- Documented that runservers strips headers with underscores.
|
9 years ago |
Marten Kenbeek
|
6364df6887
Refs #24127 -- Added documentation for HttpRequest.current_app.
|
9 years ago |
Marten Kenbeek
|
738c0de300
Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.
|
9 years ago |
I am Clinton
|
e4f0e5a981
Fixed typos in docs/ref/request-response.txt
|
10 years ago |
Abdulrahman Alotaibi
|
62261ddd0f
Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
|
10 years ago |
Claude Paroz
|
a0c2eb46dd
Fixed #23960 -- Removed http.fix_location_header
|
10 years ago |