Skip to content

Commit 115f3a0

Browse files
committed
refactor: add TRACK_DDT_MODELS to override tracking DDT models
1 parent 9f125bd commit 115f3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debug_toolbar/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def _is_running_tests():
2828
"ROOT_TAG_EXTRA_ATTRS": "",
2929
"SHOW_COLLAPSED": False,
3030
"SHOW_TOOLBAR_CALLBACK": "debug_toolbar.middleware.show_toolbar",
31+
"TRACK_DDT_MODELS": False,
3132
# Panel options
3233
"EXTRA_SIGNALS": [],
3334
"ENABLE_STACKTRACES": True,

0 commit comments

Comments
 (0)