Skip to content

v1.3.0a4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jheld jheld released this 07 Aug 19:16
· 102 commits to master since this release

Adds ASGI support via #147 so RequestEvent will work on WSGI and ASGI. async views (async def, not async as in "asgi") are not explicitly tested at this time. The changes made were in the signal handler and the middleware (the middleware will function correctly in ASGI and WSGI -- it does not support async at this time, which django is fine with no matter what). Should your view be run via async, please test ahead of time and we should be able to support that use case (if things break).