﻿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
32889	Use asgiref ThreadSensitiveContext to allow per-request sync threads.	Carlton Gibson	Allan Feldman	"[https://github.com/django/asgiref/pull/227/files# asgiref 3.3.2 added ThreadSensitiveContext] allowing `sync_to_async(thread_sensitive=True)` to be scoped per-request, rather than globally. 

With Django 4.0 being 3.8+ the required `contextvars` module is available. 

Adjust `ASGIHandler` to use `ThreadSensitiveContext`

[https://github.com/django/django/pull/13882 PR]"	Cleanup/optimization	closed	HTTP handling	4.0	Normal	fixed	async, asgi		Ready for checkin	1	0	0	0	0	0
