aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/sql
AgeCommit message (Collapse)Author
2013-11-16Fix instrumentation of multiple database connections.Aymeric Augustin
Python requires a function call to create a new scope; lambdas don't create closures! Fix #457.
2013-11-16Flat is better than nested.Aymeric Augustin
2013-11-15Continue moving panel-specific code within panels.Aymeric Augustin
Structure the SQL and template panels as packages as they're growing.