Skip to content

Commit

Permalink
Merge pull request #1073 from blueyed/HIDE_IN_STACKTRACES
Browse files Browse the repository at this point in the history
settings: HIDE_IN_STACKTRACES: more finegrained hiding of django
  • Loading branch information
matthiask committed Sep 6, 2018
2 parents ee08e0f + cf7284a commit 3927ad6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion debug_toolbar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@
'threading',
'wsgiref',
'debug_toolbar',
'django',
'django.db',
'django.core.handlers',
'django.core.servers',
'django.utils.decorators',
'django.utils.deprecation',
'django.utils.functional',
),
'PROFILER_MAX_DEPTH': 10,
'SHOW_TEMPLATE_CONTEXT': True,
Expand Down

0 comments on commit 3927ad6

Please sign in to comment.