Mixins single object
AsyncSingleObjectMixin
like SingleObjectMixin with these differences:
- inherits from AsyncContextMixin
get_object()method is async.get_queryset()method is async.get_context_data()method is async.
AsyncSingleObjectTemplateResponseMixin
like django's SingleObjectTemplateResponseMixin but inherits from AsyncTemplateResponseMixin