django-queryinspect
django-queryinspect copied to clipboard
Ever considered refactoring QueryInspect to use Django 2.0's Database Instrumentation?
https://adamj.eu/tech/2020/07/23/how-to-make-always-installed-django-database-instrumentation/
I just read that article, and it immediately made me think of queryinspect. Using Django DB Instrumentation system seems like it would dramatically simplify queryinspect's code.