django-currentuser
django-currentuser copied to clipboard
Should this be using asgiref.local.Local?
With django being used in more async contexts should the threading local _thread_locals
swap to using asgiref.local.Local
?