﻿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
34197	method_decorator does not work with async views	Hugo Osvaldo Barrera	nobody	"This:

    @method_decorator(atomic, name=""post"")

Doesn't work on an async view:

    ValueError: The view idf.sync.views.view didn't return an HttpResponse object. It returned an unawaited coroutine instead. You may need to add an 'await' into your view.

The same view works without the decorator.
"	New feature	closed	Database layer (models, ORM)	4.1	Normal	duplicate			Unreviewed	0	0	0	0	0	0
