Skip to content
Prev Previous commit
Next Next commit
refactor: add TRACK_DDT_MODELS to override tracking DDT models
  • Loading branch information
theShinigami committed Oct 3, 2025
commit 115f3a09eb54eb1aa515a2000a85eadb6fa379ac
1 change: 1 addition & 0 deletions debug_toolbar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def _is_running_tests():
"ROOT_TAG_EXTRA_ATTRS": "",
"SHOW_COLLAPSED": False,
"SHOW_TOOLBAR_CALLBACK": "debug_toolbar.middleware.show_toolbar",
"TRACK_DDT_MODELS": False,
# Panel options
"EXTRA_SIGNALS": [],
"ENABLE_STACKTRACES": True,
Expand Down