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