| Age | Commit message (Collapse) | Author |
|
passed as data.
|
|
|
|
|
|
types.
|
|
|
|
rather than integer.
|
|
Regression in b8a41a2872624a6d9e61308932dd81d001e31eb9.
|
|
|
|
|
|
|
|
|
|
|
|
arg is raised.
Also removed usage of the problematic pattern elsewhere.
Regression in 6e55e1d88a5c4453e25f0caf7ffb68973de5c0ba.
|
|
functools.partial()/partialmethod().
|
|
conditional_content_removal() per RFC 7230.
|
|
A JSON Content-Type can contain further content, like charset for example.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Federico Capoano for finishing the patch.
|
|
http://bugs.python.org/issue27364
|
|
|
|
backend.
|
|
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.
|
|
Thanks iktyrrell for the patch.
|
|
client.
|
|
isn't in INSTALLED_APPS.
|
|
|
|
|
|
Added an optional `backend` argument to login().
|
|
|
|
Thanks to Tim Graham for the review.
|
|
urlparse() fails with an AttributeError ("'__proxy__' object has no
attribute 'decode'") if reverse_lazy is used to look up the URL
(this is exactly the same problem that caused ticket #18776). The
solution is to use force_str() on the path before handing it to
urlparse().
|
|
|
|
|
|
|