Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@fjsj fjsj released this 19 Jan 16:57
  • 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.