We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf55fe commit cf2fcb5Copy full SHA for cf2fcb5
debug_toolbar/toolbar/loader.py
@@ -82,7 +82,7 @@ def load_panel_classes():
82
'debug_toolbar.panels.request_vars.RequestVarsDebugPanel',
83
'debug_toolbar.panels.sql.SQLDebugPanel',
84
'debug_toolbar.panels.template.TemplateDebugPanel',
85
- # 'debug_toolbar.panels.cache.CacheDebugPanel',
+ 'debug_toolbar.panels.cache.CacheDebugPanel',
86
'debug_toolbar.panels.signals.SignalDebugPanel',
87
'debug_toolbar.panels.logger.LoggingPanel',
88
))
0 commit comments