-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use asgiref when available instead of thread locals (#176) #184
Conversation
@microsoft-github-policy-service agree company="newsamp" |
@agedemenli this seems like a nice fix for #176 |
Hey @darwing1210 Thanks for your contribution @darwing1210 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review notes are above @darwing1210
add asgiref as test dependency add tests for asgiref add setting TENANT_USE_ASGIREF, updated tests
b351d25
to
3465bfc
Compare
@gurkanindibay I updated the PR with your notes, but I personally think that the setting is not necessary as asgiref is included as a Django Requirement since >= 3, please let me know any comments/improvements. |
@gurkanindibay any chance to get this merged? |
@mjvankampen sorry for the delay. We have lots of things on our plate. We've recently added support for Django 4.1 and 4.2 in PR #197 |
@darwing1210 @mjvankampen There were conflicts about the dependencies. Since I could not push to the @darwing1210's fork repo, I needed to open a new PR. |
Addressed with #198 Thanks @darwing1210 @mjvankampen for your contributions |
No description provided.