﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31182	Asynchronous Support in 3.0 should clearly state what is and is not supported.	Josh Smeaton	Adam Johnson	"https://docs.djangoproject.com/en/3.0/topics/async/ begins with the following text:

> Django has developing support for asynchronous (“async”) Python, but does not yet support asynchronous views or middleware; they will be coming in a future release.

Unfortunately, I don't think this is a clear enough message to the community that they can't *really* use async in Django yet for the majority of projects that users are going to be working on.

I've had several people at work ask me about the support, and there have been a number of threads on django-developers mailing list asking how they can start using async in Django today.

We should clear up the documentation to properly state what can and can not be used asynchronously. Perhaps we could document an expected timeline so that users can get a feel for when they may be able to start using async in Django, without having to refer to the DEP (which is excellent, but dense for those that want the 10,000 foot view) - but I'm less sure about setting those expectations."	Cleanup/optimization	closed	Documentation	3.0	Normal	fixed	async	josh.smeaton@… Adam Johnson Andrew Godwin	Accepted	1	0	0	0	0	0
