| Age | Commit message (Collapse) | Author |
|
Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
|
|
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
|
|
Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master
|
|
Backport of 0430ac95ab1c72ea3bffb03140772fd140908948 from master
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
Backport of ac77c55bc5fc54cd763a7ae426784650a8cc97c9 from master
|
|
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
|
|
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
|
|
Backport of da08195b368054d37f85c12ec4ed24656f64245e from master
|
|
Backport of dc193d0f6de6c4eb08c2d160db44b2bf18d96af4 from master
|
|
for middleware attributes.
Thanks Nick Pope for the initial patch.
Backport of 02ef96c5e58d8d3492b6e38246c8268f1a0de47e from master
|
|
Backport of 484edc81c1ebd195c333f3ea8d3f9ca882a17837 from master
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Thanks mila for the suggestion.
|
|
|
|
|
|
Now QueryDict() is equivalent to QueryDict('') or QueryDict(None).
|
|
|
|
|
|
|
|
|
|
|
|
Thanks charettes for the suggestion.
|
|
|
|
encoded responses.
Thanks leahculver for the suggestion and Erik Romijn,
Simon Charette, and Marc Tamlyn for the reviews.
|
|
|
|
Thanks Aymeric Augustin for the suggestion.
|