Changes between Initial Version and Version 1 of Ticket #31380, comment 7
- Timestamp:
- Mar 20, 2020, 3:22:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31380, comment 7
initial v1 2 2 > 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. 3 3 4 I'll take `asgi` and will make the PR. Tell if anybody has any thoughts about the naming4 I'll take `asgi` and will make the PR. Tell me if anybody has any thoughts about the naming