diff options
| author | David Sutherland | 2014-07-29 23:08:44 +1000 |
|---|---|---|
| committer | David Sutherland | 2014-07-29 23:08:44 +1000 |
| commit | ad268989729158028875536811662015b8686a38 (patch) | |
| tree | 81f294c462110bebb993be0ed55ebddff953621d | |
| parent | 12746fa0f97db7d62183ea70f49bbe1f5af0be4d (diff) | |
| download | django-debug-toolbar-ad268989729158028875536811662015b8686a38.tar.bz2 | |
Add Request History panel to list of third-party panels.
| -rw-r--r-- | docs/panels.rst | 9 |
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 ~~~~~ |
