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
Thank you for reporting this but am not able to reproduce it on my end. Can you try setting auto_apply_eager_loading=False to one view and confirm if the behavior persist.
I'm also curious how do you determine if eager loading has run or not? are you comparing the number of queries executed before and after applying eager loading? cuz I believe that's the only way to know for sure if eager loading has been applied or not.
RESTQL = {
'AUTO_APPLY_EAGER_LOADING': False
}
not working for me. everytime i send a get request, the renderer send me an eagerload response. how can i avoid it
The text was updated successfully, but these errors were encountered: