| Age | Commit message (Collapse) | Author |
|
cookie examples.
Backport of afd375fc343baa46e61036087bc43b3d096bb0ca from master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|