diff options
Diffstat (limited to 'debug_toolbar/panels/sql.py')
| -rw-r--r-- | debug_toolbar/panels/sql.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/panels/sql.py b/debug_toolbar/panels/sql.py index 2eced7c..bfe52d9 100644 --- a/debug_toolbar/panels/sql.py +++ b/debug_toolbar/panels/sql.py @@ -211,6 +211,7 @@ class SQLDebugPanel(DebugPanel): 'sql_time': self._sql_time, } request.debug_toolbar.stats['sql'] = getattr(self, 'stats', None) + return response def content(self): context = self.context.copy() |
