Mariusz Felisiak
|
3278c31fa5
|
[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line length.
Backport of 7119f40c98 from main.
|
2022-02-08 19:25:02 +01:00 |
django-bot
|
6a682b38e7
|
[4.0.x] Refs #33476 -- Reformatted code with Black.
Backport of 9c19aff7c7 from main.
|
2022-02-08 12:15:38 +01:00 |
David Smith
|
fbb1984046
|
Refs #32956 -- Updated words ending in -wards.
AP styleguide: Virtually none of the words ending with -wards end with
an s.
|
2021-07-30 20:34:50 +02:00 |
Mariusz Felisiak
|
623c8cd8f4
|
Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_loop().
Using asyncio.get_event_loop() when there is no running event loop was
deprecated in Python 3.10, see https://bugs.python.org/issue39529.
|
2021-05-04 11:29:23 +02:00 |
Andrew Godwin
|
c90ab30fa1
|
Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable.
|
2019-12-03 17:29:31 +01: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 |