From f5a4349e3d1ce3389741551f833f5586ff3d08ab Mon Sep 17 00:00:00 2001 From: tschilling Date: Sun, 24 Nov 2019 12:51:26 -0600 Subject: [PATCH] Update the HIDE_IN_STACKTRACES documentation to reflect settings. --- docs/configuration.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 014db2912..c2998c4cc 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -141,8 +141,21 @@ Panel options * ``HIDE_IN_STACKTRACES`` - Default: ``('socketserver', 'threading', 'wsgiref', 'debug_toolbar', - 'django')``. + Default:: + + ( + "socketserver", + "threading", + "wsgiref", + "debug_toolbar", + "django.db", + "django.core.handlers", + "django.core.servers", + "django.utils.decorators", + "django.utils.deprecation", + "django.utils.functional", + ) + Panels: cache, SQL