Tim Graham
|
2e9fa516fd
Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.
|
8 years ago |
Tim Graham
|
e261337eea
Fixed docs typos in lines ending with a dash.
|
8 years ago |
Tim Graham
|
eb4d4376fc
Normalized spelling of "Web server/page" in docs.
|
8 years ago |
Frank Wiles
|
a09c058918
Fixed import typos in the docs.
|
8 years ago |
Tommy Beadle
|
729b9452b1
Fixed #26704 -- Documented DjangoJSONEncoder.
|
8 years ago |
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.
|
8 years ago |
Jeremy Lainé
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
8 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.
|
8 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 |