diff options
| author | Aymeric Augustin | 2014-03-09 21:39:21 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2014-03-09 21:39:21 +0100 | 
| commit | 88712cf843503b3fb0e97523b80417b08a83d1fd (patch) | |
| tree | f2d115922d4de126c95927d785a7ec262d916b1b /docs/configuration.rst | |
| parent | 9b9ba2d31598167b8206e855c3fd65824fce1109 (diff) | |
| parent | 5fd65ef273ff011c156b8a6953b667f8b6b6c249 (diff) | |
| download | django-debug-toolbar-88712cf843503b3fb0e97523b80417b08a83d1fd.tar.bz2 | |
Merge pull request #548 from tim-schilling/disable-panels-by-default-510
Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS.
Diffstat (limited to 'docs/configuration.rst')
| -rw-r--r-- | docs/configuration.rst | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/docs/configuration.rst b/docs/configuration.rst index 88226cd..8ad9087 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -57,6 +57,13 @@ toolbar itself, others are specific to some panels.  Toolbar options  ~~~~~~~~~~~~~~~ +* ``DEFAULT_DISABLED_PANELS`` + +  Default: ``set(['debug_toolbar.panels.redirects.RedirectsPanel'])`` + +  This setting is a set of the full Python paths to each panel that you +  want disabled (but still displayed) by default. +  * ``INSERT_BEFORE``    Default: ``'</body>'`` | 
