aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sutherland2014-07-29 23:08:44 +1000
committerDavid Sutherland2014-07-29 23:08:44 +1000
commitad268989729158028875536811662015b8686a38 (patch)
tree81f294c462110bebb993be0ed55ebddff953621d
parent12746fa0f97db7d62183ea70f49bbe1f5af0be4d (diff)
downloaddjango-debug-toolbar-ad268989729158028875536811662015b8686a38.tar.bz2
Add Request History panel to list of third-party panels.
-rw-r--r--docs/panels.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/panels.rst b/docs/panels.rst
index de6f16a..f130552 100644
--- a/docs/panels.rst
+++ b/docs/panels.rst
@@ -202,6 +202,15 @@ Path: ``neo4j_panel.Neo4jPanel``
Trace neo4j rest API calls in your django application, this also works for neo4django and neo4jrestclient, support for py2neo is on its way.
+Request History
+~~~~~~~~~~~~~~~
+
+URL: https://github.com/djsutho/django-debug-toolbar-request-history
+
+Path: ``ddt_request_history.panels.request_history.RequestHistoryPanel``
+
+Switch between requests to view their stats. Also adds support for viewing stats for ajax requests.
+
Sites
~~~~~