From ca24b3f27510319319dca205f9c1e9868259e246 Mon Sep 17 00:00:00 2001
From: Tomasz Buchert
Date: Fri, 3 Jun 2011 10:41:05 +0200
Subject: Proper decimal separator for non-US locales (eg. polish).
---
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 f6f231c..deb4391 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/sql.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html
@@ -1,4 +1,5 @@
{% load i18n %}
+{% load debug_toolbar_utils %}
{% for alias, info in databases %}
@@ -34,7 +35,7 @@
-
+
|
{{ query.duration|floatformat:"2" }}
--
cgit v1.2.3
From 9d32eb2c36f353565ee5738cd92805c1ea11d742 Mon Sep 17 00:00:00 2001
From: Tomasz Buchert
Date: Thu, 9 Jun 2011 10:52:38 +0200
Subject: Timeline width in SQL panel properly scaled.
---
debug_toolbar/templates/debug_toolbar/panels/sql.html | 2 +-
1 file changed, 1 insertion(+), 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 deb4391..9b282ca 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/sql.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html
@@ -35,7 +35,7 @@
|
-
+
|
{{ query.duration|floatformat:"2" }}
--
cgit v1.2.3
|