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 select_related and partial prefetch_related support
implement support for a single query for select related base fetches across polymorphic models.
adds a polymorphic QuerySet Mixin to enable non polymorphic models to fetch related models.
fixes: jazzband#198jazzband#436jazzband#359jazzband#244
possible fixes:
jazzband#498: support for prefetch_related cannot fetch attributes not on all child models or via class names
related: jazzband#531
0 commit comments