| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thread sensitive parameter is True by default from asgiref v3.3.0.
Added an explicit thread_sensitive=False to previously implicit uses.
|
|
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
redirects in test client.
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
|
|
|
|
|
|
django.test.Client in assertRedirects().
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
is passed as data.
|
|
|
|
|
|
|
|
Unused since 8bd7b598b6de1be1e3f72f3a1ee62803b1c02010.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|