﻿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
33882	Allow transaction.atomic to work in async contexts.	alex	rajdesai24	"Wouldn't it be possible to add something like:
{{{ #!python
    __aenter__ = sync_to_async(Atomic.__enter__, thread_sensitive=True)
    __aexit__ = sync_to_async(Atomic.__exit__, thread_sensitive=True)
}}}
to the Atomic class to support async calls?
"	New feature	assigned	Database layer (models, ORM)	4.0	Normal		async	Hugo Osvaldo Barrera rajdesai24 Moritz Ulmer Tyson Clugg Julien Enselme Charles Roelli tumbl3w33d El Laggron Irt291	Accepted	0	0	0	0	0	0
