django-polymorphic
django-polymorphic copied to clipboard
`select_related` for a polymorphic model only returns base class objects
Subject says it all. Removing the select_related makes it work correctly, just much slower. :(
what about prefetch_related?