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
The prefect_related injects RawSQL extras using the query's extra method (see here). This feature is tightly coupled with SQL engines, so we likely can't implement it without modifying some base compiler flow. We might consider overriding the get_select method in the base compiler to transform the extra into columns or references instead of a RawQuery but I don't know if it is feasible.
If feasible.
Django test app:
prefetch_related
The text was updated successfully, but these errors were encountered: