Skip to content

Commit e1864e9

Browse files
committed
Move PRETTIFY_SQL in the settings to be alphabetical.
1 parent cb96685 commit e1864e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"django.utils.deprecation",
3838
"django.utils.functional",
3939
),
40+
"PRETTIFY_SQL": True,
4041
"PROFILER_MAX_DEPTH": 10,
4142
"SHOW_TEMPLATE_CONTEXT": True,
4243
"SKIP_TEMPLATE_PREFIXES": ("django/forms/widgets/", "admin/widgets/"),
4344
"SQL_WARNING_THRESHOLD": 500, # milliseconds
44-
"PRETTIFY_SQL": True,
4545
}
4646

4747

0 commit comments

Comments
 (0)