diff options
| author | tschilling | 2014-02-15 09:07:31 -0500 |
|---|---|---|
| committer | tschilling | 2014-02-15 09:07:31 -0500 |
| commit | 5fd65ef273ff011c156b8a6953b667f8b6b6c249 (patch) | |
| tree | 07b0e24038539d1161c101d05e7dba1bb0245384 /docs | |
| parent | cc08c0d19bd5d1c7ff2281e3c3e4d92fa932e6d5 (diff) | |
| download | django-debug-toolbar-5fd65ef273ff011c156b8a6953b667f8b6b6c249.tar.bz2 | |
Changing set declaration.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 972d9ac..8ad9087 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -59,7 +59,7 @@ Toolbar options * ``DEFAULT_DISABLED_PANELS`` - Default: ``{'debug_toolbar.panels.redirects.RedirectsPanel'}`` + 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. |
