Version 1 (modified by 5 years ago) ( diff ) | ,
---|
The Async Project is the effort to get Django async-compatible as part of the 3.x series. It's one of the biggest overhauls of Django in its history, and this page is the hub for what's happening, and how you can help.
Projects
- ASGI Support: Having Django speak the ASGI (async successor to WSGI) protocol. This is landed in 3.0.
- Async views: Allowing for
async def
views. - ORM: Making the ORM async-capable.
Note:
See TracWiki
for help on using the wiki.