diff options
Diffstat (limited to 'docs/panels.rst')
| -rw-r--r-- | docs/panels.rst | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/panels.rst b/docs/panels.rst index 58713b4..8941ed2 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -240,7 +240,8 @@ according to the public API described below. Unless noted otherwise, all  methods are optional.  Panels can ship their own templates, static files and views. They're no public -CSS or JavaScript API at this time, but they can assume jQuery is available. +CSS or JavaScript API at this time, but they can assume jQuery is available in +``djdt.jQuery``.  .. autoclass:: debug_toolbar.panels.Panel(*args, **kwargs) | 
