use_query
does not properly pre-fetch some model fields
#110
Labels
use_query
does not properly pre-fetch some model fields
#110
Current Situation
ManyToMany
fields are not properly prefetched, thus causingSynchronousOnlyOperation
exceptions.For example, in this case.
Proposed Actions
Determine why the current prefetch logic doesn't work on this use case.
The text was updated successfully, but these errors were encountered: