Document DEBUG_TB_PROFILER_ENABLED config option

This commit is contained in:
Matt Good
2012-05-18 17:21:38 -07:00
parent c7b0b4bf2b
commit ffed47e157
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ Changes
Enhancements:
- Add an in-browser template editor to the template panel
- ``DEBUG_TB_PROFILER_ENABLED`` config option to enable the profiler on all
requests (normally it is user-enabled by clicking the checkmark)
0.6.3.1 (2012-04-16)

View File

@@ -52,6 +52,7 @@ Name Description De
``DEBUG_TB_HOSTS`` Whitelist of hosts to display toolbar any host
``DEBUG_TB_INTERCEPT_REDIRECTS`` Should intercept redirects? ``True``
``DEBUG_TB_PANELS`` List of module/class names of panels enable all built-in panels
``DEBUG_TB_PROFILER_ENABLED`` Enable the profiler on all requests ``False``, user-enabled
``DEBUG_TB_TEMPLATE_EDITOR_ENABLED`` Enable the template editor ``False``
==================================== ===================================== ==========================