Open kmmbvnr opened 5 months ago
Proper implementation of async support would involve zero sync/async context switches.
Django itself does not support async for generic views, and PermissionRequiredMixin relies on the async solution for the get_object() method from Django. Issue is postponed
Original issue: https://github.com/django-guardian/django-guardian/issues/808