Skip to content

Commit 3927ad6

Browse files
authored
Merge pull request #1073 from blueyed/HIDE_IN_STACKTRACES
settings: HIDE_IN_STACKTRACES: more finegrained hiding of django
2 parents ee08e0f + cf7284a commit 3927ad6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

debug_toolbar/settings.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131
'threading',
3232
'wsgiref',
3333
'debug_toolbar',
34-
'django',
34+
'django.db',
35+
'django.core.handlers',
36+
'django.core.servers',
37+
'django.utils.decorators',
38+
'django.utils.deprecation',
39+
'django.utils.functional',
3540
),
3641
'PROFILER_MAX_DEPTH': 10,
3742
'SHOW_TEMPLATE_CONTEXT': True,

0 commit comments

Comments
 (0)