We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67dc4fd commit 137d705Copy full SHA for 137d705
debug_toolbar/settings.py
@@ -41,7 +41,7 @@
41
"SHOW_TEMPLATE_CONTEXT": True,
42
"SKIP_TEMPLATE_PREFIXES": ("django/forms/widgets/", "admin/widgets/"),
43
"SQL_WARNING_THRESHOLD": 500, # milliseconds
44
- "ENABLE_SQL_TOKEN_GROUPING": False,
+ "ENABLE_SQL_TOKEN_GROUPING": True,
45
}
46
47
0 commit comments