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
Add support to nested prefetch lookups like v.VirtualModel(manager=User.objects, lookup="course__facilitators")
Warning: this will remain undocumented for now, because the behavior is strange:
the prefetch is made inside course in this case, due to Django behavior.
Add parameter serializer_context to be used in v.Annotation and get_prefetch_queryset.