From 338c7a0a38996d2ffb3e192b63646a6c23dc5bba Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 9 Sep 2008 14:50:14 -0700 Subject: Making it so that the SQL panel display SQL a little more formatted and nice. --- debug_toolbar/templates/debug_toolbar/panels/sql.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index 3d6a966..046be7f 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -1,3 +1,4 @@ +
| {{ query.time|floatformat:"4" }} | -{{ query.sql|escape }} | +{{ query.sql|escape }} |