diff options
| author | Aymeric Augustin | 2013-11-29 12:41:28 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-29 12:41:48 +0100 | 
| commit | ffe4c5d685fa2d8d2a23673f801eef6fa1d96b97 (patch) | |
| tree | 1e482b4b41e6bc04743052b02c329c8db1984270 /docs/panels.rst | |
| parent | a7dbc61ec4b4932a570d538b23a3ddd1d46203d4 (diff) | |
| download | django-debug-toolbar-ffe4c5d685fa2d8d2a23673f801eef6fa1d96b97.tar.bz2 | |
Remove support for logbook.
If you were relying on this feature, it should be quite easy to
implement it in a third-party panel, and we'll reference it in the
documentation.
Fix #478.
Diffstat (limited to 'docs/panels.rst')
| -rw-r--r-- | docs/panels.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/panels.rst b/docs/panels.rst index b82be1a..9a6d12c 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -82,7 +82,7 @@ Logging  Path: ``debug_toolbar.panels.logging.LoggingPanel`` -Logging output via Python's built-in :mod:`logging`, or via the `logbook <http://logbook.pocoo.org>`_ module. +Logging output via Python's built-in :mod:`logging` module.  Redirects  ~~~~~~~~~ | 
