Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #198 #436 #359 #244 possible fixes: #498: support for prefetch_related cannot fetch attributes not on all child models or via class names related: #531
- Loading branch information