aboutsummaryrefslogtreecommitdiffstats
path: root/docs/panels.rst
diff options
context:
space:
mode:
authorAymeric Augustin2014-04-25 18:53:00 +0200
committerAymeric Augustin2014-04-25 18:53:00 +0200
commit727b4e05f59c15904f7b08388220b7bfc76d59b2 (patch)
treef2333fac278510e5e68b5c47b1fa741c94693d63 /docs/panels.rst
parent6ce52b2532afaccca9932b7087533609fd239a9b (diff)
downloaddjango-debug-toolbar-727b4e05f59c15904f7b08388220b7bfc76d59b2.tar.bz2
Make the pain go away.
Fix #581, #544, #541, #535 and a few others.
Diffstat (limited to 'docs/panels.rst')
-rw-r--r--docs/panels.rst3
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)