You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that we have nice prefetch_for_includes option on the ModelViewSet.
I would also like select_for_includes mixin that will call add select_related and pass there values accordingly to the mapping.
If you like the idea I'll create PR for that