I'm trying to build a quick POC but it currently fails because I'm inheriting the views methods from a Mixin. The fix would be something like #36, but it is still failing after teaching View.view_is_async (that comes from django) about viewsets methods. Any hint?
@xrmx Please try the new release 0.1.7 which added support to generics mixins and viewset supports. There docs have been updated and there are tests you can look for reference.
I'm trying to build a quick POC but it currently fails because I'm inheriting the views methods from a Mixin. The fix would be something like #36, but it is still failing after teaching View.view_is_async (that comes from django) about viewsets methods. Any hint?