View 'UPDATE' statements in Django Debug Toolbar (SQL panel)

27 Views Asked by At

I am using Django Debug Toolbar with my project. I am looking to view all SQL statements that are made by the app. Currently, only SELECT statements are shown. Is there a way to enable UPDATE and other statements?

0

There are 0 best solutions below