fix: remove deprecated django-debug-toolbar Logging Panel (#32553)
This commit is contained in:
@@ -104,7 +104,6 @@ DEBUG_TOOLBAR_PANELS = (
|
||||
'debug_toolbar.panels.request.RequestPanel',
|
||||
'debug_toolbar.panels.sql.SQLPanel',
|
||||
'debug_toolbar.panels.signals.SignalsPanel',
|
||||
'debug_toolbar.panels.logging.LoggingPanel',
|
||||
'debug_toolbar.panels.profiling.ProfilingPanel',
|
||||
'debug_toolbar.panels.history.HistoryPanel',
|
||||
)
|
||||
|
||||
@@ -98,7 +98,6 @@ DEBUG_TOOLBAR_PANELS = (
|
||||
'debug_toolbar.panels.request.RequestPanel',
|
||||
'debug_toolbar.panels.sql.SQLPanel',
|
||||
'debug_toolbar.panels.signals.SignalsPanel',
|
||||
'debug_toolbar.panels.logging.LoggingPanel',
|
||||
'debug_toolbar.panels.history.HistoryPanel',
|
||||
# ProfilingPanel has been intentionally removed for default devstack.py
|
||||
# runtimes for performance reasons. If you wish to re-enable it in your
|
||||
|
||||
Reference in New Issue
Block a user