Brings full async/ASGI (as well as the old WSGI) support to Django GUID using ContextVars instead of thread locals.
Breaking changes
This version requires Django>=3.1.1
. For previous versions of Django,
please use django-guid<3.0.0
(Such as django-guid==2.2.0
).
If you've already implemented django-guid
in your project and are currently upgrading to Django>=3.1.1
, please
see the upgrading docs