Skip to content

Commit 1948d33

Browse files
authored
Merge pull request #1210 from tim-schilling/docs-hide-in-stacktrace
Update the HIDE_IN_STACKTRACES documentation to reflect settings.
2 parents 84bf096 + f5a4349 commit 1948d33

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/configuration.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,21 @@ Panel options
141141

142142
* ``HIDE_IN_STACKTRACES``
143143

144-
Default: ``('socketserver', 'threading', 'wsgiref', 'debug_toolbar',
145-
'django')``.
144+
Default::
145+
146+
(
147+
"socketserver",
148+
"threading",
149+
"wsgiref",
150+
"debug_toolbar",
151+
"django.db",
152+
"django.core.handlers",
153+
"django.core.servers",
154+
"django.utils.decorators",
155+
"django.utils.deprecation",
156+
"django.utils.functional",
157+
)
158+
146159

147160
Panels: cache, SQL
148161

0 commit comments

Comments
 (0)