﻿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
36561	aupdate_session_auth_hash is raising SynchronousOnlyOperation	Xdynix	Xdynix	"In **aupdate_session_auth_hash** the source code is

{{{#!python
if hasattr(user, ""get_session_auth_hash"") and request.user == user:
}}}

which will raise **SynchronousOnlyOperation** error when used in an async view. It should be `await request.auser()` instead."	Bug	closed	contrib.auth	5.2	Normal	fixed			Ready for checkin	1	0	0	0	1	0
