- {{ store_context.toolbar.stats.HistoryPanel.time|escape }}
+ {{ history_context.history_stats.time|escape }}
|
- {{ store_context.toolbar.stats.HistoryPanel.request_method|escape }}
+ {{ history_context.history_stats.request_method|escape }}
|
- {{ store_context.toolbar.stats.HistoryPanel.request_url|truncatechars:100|escape }}
+ {{ history_context.history_stats.request_url|truncatechars:100|escape }}
|
-
-
+
+
@@ -24,7 +24,7 @@
- {% for key, value in store_context.toolbar.stats.HistoryPanel.data.items %}
+ {% for key, value in history_context.history_stats.data.items %}
{{ key|pprint }} |
{{ value|pprint }} |
@@ -39,12 +39,12 @@
- {{ store_context.toolbar.stats.HistoryPanel.status_code|escape }}
+ {{ history_context.history_stats.status_code|escape }}
|
|
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html
index 6080e9f19..e5bf0b7f6 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/sql.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html
@@ -77,7 +77,7 @@
{% if query.params %}
{% if query.is_select %}
|