Skip to content

Commit 1b17dea

Browse files
committed
Update the changelog with recent changes
1 parent bb9bce5 commit 1b17dea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Features
1313
* New decorator ``debug_toolbar.decorators.require_show_toolbar`` prevents
1414
unauthorized access to decorated views by checking ``SHOW_TOOLBAR_CALLBACK``
1515
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.
1620

1721
Bugfixes
1822
~~~~~~~~
@@ -23,6 +27,7 @@ Bugfixes
2327
* The templates panel now reuses contexts' pretty printed version which
2428
makes the debug toolbar usable again with Django 1.11's template-based
2529
forms rendering.
30+
* Long SQL statements are now forcibly wrapped to fit on the screen.
2631

2732
1.7
2833
---

0 commit comments

Comments
 (0)