django-querycount
django-querycount copied to clipboard
Include Python traceback to see where the query is called from
It's a very useful pluggable app to find duplicate queries / improve DB performance, thank you!
However, would it be possible to optionally include Python trace (or maybe even point to the ORM source line query), which caused repetitive SQL query in Django?
In case such feature would cause slowdown, it can be made optional.