- 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 insidecourse
in this case, due to Django behavior.
- Warning: this will remain undocumented for now, because the behavior is strange:
- Add parameter
serializer_context
to be used inv.Annotation
andget_prefetch_queryset
.