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
If I prefetch_related with a to_attr field, the results of the prefetch do not seem to get saved to an attribute on the query results if the prefetch is for a polymorphic model.
So, using an example from the Django docs, if one does: