aboutsummaryrefslogtreecommitdiffstats
path: root/docs/panels.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-12-15 13:16:12 +0100
committerAymeric Augustin2013-12-15 13:16:12 +0100
commit35a1cb5e27889931a3a94ad095b742a91399eee5 (patch)
treea3db8169a9c23e0cf02a6dd7b5f7eae9e97e1f23 /docs/panels.rst
parentf9420501367bb4e8eb65c3b131185f2544710bf5 (diff)
parent38de94d2d6586c716256838e41abe518898030d6 (diff)
downloaddjango-debug-toolbar-35a1cb5e27889931a3a94ad095b742a91399eee5.tar.bz2
Merge branch 'master' into 1.0-release
Diffstat (limited to 'docs/panels.rst')
-rw-r--r--docs/panels.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/panels.rst b/docs/panels.rst
index 9a6d12c..ed7abbf 100644
--- a/docs/panels.rst
+++ b/docs/panels.rst
@@ -63,6 +63,13 @@ Path: ``debug_toolbar.panels.templates.TemplatesPanel``
Templates and context used, and their template paths.
+Static files
+~~~~~~~~~~~~
+
+Path: ``debug_toolbar.panels.staticfiles.StaticFilesPanel``
+
+Used static files and their locations (via the staticfiles finders).
+
Cache
~~~~~