Matt Nishi-Broach

Results 7 comments of Matt Nishi-Broach

Just popping in to say this all sounds great to me. As @jaraco sad, the asyncio stuff was just added, so now is the _best_ time for breaking changes. Thanks...

Hey @joshua-s -- `django-filter` is great, and I use it all the time in some other projects. Because `drf_multiple_models` calls `filter_queryset` on each queryset, there is some _very limited_ support...

Great! Feel free to ping me with any questions while you're working -- happy to help in whatever way I can.

Hey @GeorgiyDemo -- unfortunately there's been no progress on this on my end. I'm still too busy to take a stab at implementing it myself, but would happily review a...

Hrm, I'm not opposed to the idea, but I think the act of choosing the serializer to use is not as obvious as you're making it out -- since the...

It looks like you accidental imported the `View` from the library, rather than the `Viewset`. You instead want: ```python from drf_multiple_model.viewsets import ObjectMultipleModelAPIViewSet ```

It's hard to diagnose the issue without a little more information. If you could provide either the full traceback and/or a code sample that reproduces the issue, I might be...