aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar')
-rw-r--r--debug_toolbar/management/commands/debugsqlshell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug_toolbar/management/commands/debugsqlshell.py b/debug_toolbar/management/commands/debugsqlshell.py
index c5718b8..120f0a2 100644
--- a/debug_toolbar/management/commands/debugsqlshell.py
+++ b/debug_toolbar/management/commands/debugsqlshell.py
@@ -2,6 +2,8 @@ from __future__ import print_function, unicode_literals
from time import time
+# 'debugsqlshell' is the same as the 'shell'.
+from django.core.management.commands.shell import Command
from django.db.backends import util
import sqlparse