diff options
| author | tschilling | 2014-02-15 08:59:20 -0500 | 
|---|---|---|
| committer | tschilling | 2014-02-15 08:59:20 -0500 | 
| commit | cc08c0d19bd5d1c7ff2281e3c3e4d92fa932e6d5 (patch) | |
| tree | 8f73b3d7dfb0c603aacf034e53d95ecaa7210a85 /docs/configuration.rst | |
| parent | 1a5108a23d97f2c6d111afaff433df64c2211955 (diff) | |
| download | django-debug-toolbar-cc08c0d19bd5d1c7ff2281e3c3e4d92fa932e6d5.tar.bz2 | |
Changing the collection to be fully qualified names and for it to be a set not a tuple.
Diffstat (limited to 'docs/configuration.rst')
| -rw-r--r-- | docs/configuration.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/configuration.rst b/docs/configuration.rst index 4cb94f0..972d9ac 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -59,10 +59,10 @@ Toolbar options  * ``DEFAULT_DISABLED_PANELS`` -  Default: ``('RedirectsPanel', )`` +  Default: ``{'debug_toolbar.panels.redirects.RedirectsPanel'}`` -  A collection of panel class names that are disabled (but still displayed) -  by default. +  This setting is a set of the full Python paths to each panel that you +  want disabled (but still displayed) by default.  * ``INSERT_BEFORE`` | 
