django-restql
django-restql copied to clipboard
eager loading false not working
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
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.