etianen / django-reversion

django-reversion is an extension to the Django web framework that provides version control for model instances.
https://django-reversion.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.04k stars 489 forks source link

Using reversion with async on python 3.8 #943

Closed rumanpasha777 closed 1 year ago

rumanpasha777 commented 1 year ago

is async support for django-reversion on python 3.8 and above?

etianen commented 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?