File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Features
13
13
* New decorator ``debug_toolbar.decorators.require_show_toolbar `` prevents
14
14
unauthorized access to decorated views by checking ``SHOW_TOOLBAR_CALLBACK ``
15
15
every request. Unauthorized access results in a 404.
16
+ * The ``SKIP_TEMPLATE_PREFIXES `` setting allows skipping templates in
17
+ the templates panel. Template-based form widgets' templates are
18
+ skipped by default to avoid panel sizes going into hundreds of
19
+ megabytes of HTML.
16
20
17
21
Bugfixes
18
22
~~~~~~~~
@@ -23,6 +27,7 @@ Bugfixes
23
27
* The templates panel now reuses contexts' pretty printed version which
24
28
makes the debug toolbar usable again with Django 1.11's template-based
25
29
forms rendering.
30
+ * Long SQL statements are now forcibly wrapped to fit on the screen.
26
31
27
32
1.7
28
33
---
You can’t perform that action at this time.
0 commit comments