Closed rumanpasha777 closed 1 year ago
There is no direct support for async in django-reversion. Everything interesting in django-reversion is handled via signals and middleware. So I think it'll just integrate with Django's built-in sync/async adapter stuff and just work?
is async support for django-reversion on python 3.8 and above?