Christopher Keith
|
5dec57a6fc
|
[3.1.x] Fixed #31550 -- Adjusted ASGI test_file_response for various Windows content types.
Backport of 76181308fb from master
|
2021-02-04 21:58:38 +01:00 |
Joshua Massover
|
3fb69756ea
|
[3.1.x] Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().
Backport of 92309e53d9 from master
|
2020-06-08 13:00:48 +02:00 |
Carlton Gibson
|
92507bf3ea
|
Fixed #31515 -- Made ASGIHandler dispatch lifecycle signals with thread sensitive.
|
2020-05-06 09:42:02 +02:00 |
Andrew Godwin
|
fc0fa72ff4
|
Fixed #31224 -- Added support for asynchronous views and middleware.
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
|
2020-03-18 19:59:12 +01:00 |
Andrew Godwin
|
17009e9105
|
Refs #31224 -- Added autoconversion of test async methods.
|
2020-03-05 14:29:21 +01:00 |
Jon Dufresne
|
39791c8e6d
|
Harmonized Windows checks in tests to a single style.
|
2019-11-06 15:14:30 +01:00 |
Carlton Gibson
|
e83c300a33
|
Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.
Refs https://bugs.python.org/issue38563.
|
2019-10-24 10:43:05 +02:00 |
Mariusz Felisiak
|
7f19e37135
|
Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.
|
2019-06-20 12:29:58 +02:00 |
Andrew Godwin
|
a415ce70be
|
Fixed #30451 -- Added ASGI handler and coroutine-safety.
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
|
2019-06-20 12:29:43 +02:00 |