#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 hashlash):

 Replying to [comment:4 Adam (Chainz) Johnson]:
 > Also I think the tag should be 'async', if we even need to add a tag.

 Something like this?

 {{{
 class Tags:
     ...
     async = 'async'
     ...
 }}}

 But `async` is a reserved word in Python. Or do you mean the string part
 only and leave the attribute as `asyncio`?

 {{{
 class Tags:
     ...
     asyncio = 'async'
     ...
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31380#comment:5>
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.98b9d0a6a5531e5317c13ac6ac610260%40djangoproject.com.

Reply via email to