#31380: Deploy system check that DJANGO_ALLOW_ASYNC_UNSAFE is not set
-------------------------------------+-------------------------------------
Reporter: Adam (Chainz) | Owner: nobody
Johnson |
Type: New feature | Status: new
Component: Utilities | Version: 3.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Adam (Chainz) Johnson):
Forgot it's a reserved word.
I think we want to avoid 'asyncio' since that's a specific library, and in
theory async stuff can move to other async libraries like curio / trio.
Maybe 'asgi' is a better tag, since that's the target framework for django
async stuff. Or we could use `async_ = 'async'` as the tag, acknowledging
it's a reserved word.
--
Ticket URL: <https://code.djangoproject.com/ticket/31380#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/068.a30e80095ec6c9a8faa71b1e02ed3190%40djangoproject.com.