use_query
does not properly pre-fetch some model fields
#110
Labels
8000
use_query
does not properly pre-fetch some model fields
#110
Uh oh!
There was an error while loading. Please reload this page.
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: