diff options
author | tschilling | 2014-02-14 13:56:50 -0500 |
---|---|---|
committer | tschilling | 2014-02-14 14:17:26 -0500 |
commit | 1a5108a23d97f2c6d111afaff433df64c2211955 (patch) | |
tree | 9025b420606438078ca792be2ecafd64d78433c3 /docs/configuration.rst | |
parent | 06c3824c031d19013a4db8f844c503ab8e6b80ea (diff) | |
download | django-debug-toolbar-1a5108a23d97f2c6d111afaff433df64c2211955.tar.bz2 |
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..4cb94f0 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: ``('RedirectsPanel', )`` + + A collection of panel class names that are disabled (but still displayed) + by default. + * ``INSERT_BEFORE`` Default: ``'</body>'`` |