From af8a72be0fabce44af2c21384d6c28b26c2cb264 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 2 Nov 2020 22:32:30 +0000 Subject: [PATCH] Add real defaults for configuration as per https://github.com/jazzband/django-debug-toolbar/blob/ab08d14e3bf03a18a2d828d70f18baf98f64efea/debug_toolbar/settings.py --- docs/configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index b1e55cdc3..a1618b44f 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -20,6 +20,7 @@ included in the toolbar. It works like Django's ``MIDDLEWARE`` setting. The default value is:: DEBUG_TOOLBAR_PANELS = [ + 'debug_toolbar.panels.history.HistoryPanel', 'debug_toolbar.panels.versions.VersionsPanel', 'debug_toolbar.panels.timer.TimerPanel', 'debug_toolbar.panels.settings.SettingsPanel',