aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
parentf9420501367bb4e8eb65c3b131185f2544710bf5 (diff)
parent38de94d2d6586c716256838e41abe518898030d6 (diff)
downloaddjango-debug-toolbar-35a1cb5e27889931a3a94ad095b742a91399eee5.tar.bz2
Merge branch 'master' into 1.0-release
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst1
-rw-r--r--docs/contributing.rst3
-rw-r--r--docs/panels.rst7
3 files changed, 11 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index b0a67b1..88226cd 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -33,6 +33,7 @@ setting. The default value is::
'debug_toolbar.panels.headers.HeadersPanel',
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
+ 'debug_toolbar.panels.staticfiles.StaticFilesPanel',
'debug_toolbar.panels.templates.TemplatesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 8a45b1a..0754010 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -120,3 +120,6 @@ The release itself requires the following steps:
packages install correctly before uploading them. (How?)
#. Push the commit and the tag.
+
+#. Change the default version of the docs to point to the latest release:
+ https://readthedocs.org/dashboard/django-debug-toolbar/versions/
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
~~~~~