From ffed47e157e8cc6e74a7159fb9feb8e7c71b9c11 Mon Sep 17 00:00:00 2001 From: Matt Good Date: Fri, 18 May 2012 17:21:38 -0700 Subject: [PATCH] Document DEBUG_TB_PROFILER_ENABLED config option --- CHANGES.rst | 2 ++ docs/index.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b5eaac1..a2586ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) diff --git a/docs/index.rst b/docs/index.rst index 8e2c5af..e080ef8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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`` ==================================== ===================================== ==========================