django-polymorphic icon indicating copy to clipboard operation
django-polymorphic copied to clipboard

`select_related` for a polymorphic model only returns base class objects

Open yodermk opened this issue 6 years ago • 1 comments

Subject says it all. Removing the select_related makes it work correctly, just much slower. :(

yodermk avatar Nov 04 '19 22:11 yodermk

what about prefetch_related?

auvipy avatar Nov 12 '19 18:11 auvipy