| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
|
|
|
|
Parsed the CONTENT_TYPE header once and recorded it on the request.
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
middleware attributes.
Thanks Nick Pope for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks hellbeast for the initial patch.
|
|
|
|
refs 316b8d49746933d1845d600314b002d9b64d3e3d
|
|
|
|
Made BaseHandler fall back to settings.ROOT_URLCONF if
HttpRequest.urlconf is set to None, rather than raising
ImproperlyConfigured.
|
|
|
|
|
|
Thanks Carl Meyer for the report and Tim Graham for the review.
|
|
status_code.
|
|
Added explanation on why build_absolute_uri always enforces the
request's scheme.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added getvalue() to HttpResponse to return the content of the response,
along with a few other methods to partially match io.IOBase.
Thanks Claude Paroz for the suggestion and Nick Sanford for review.
|
|
|
|
Thanks to Simon Charette, Aymeric Augustin, and Tim Graham
for reviews and contributions.
|