diff options
| author | Aymeric Augustin | 2014-08-02 10:20:00 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2014-08-02 10:20:00 +0200 | 
| commit | f6cae03e901d76331da73752f592dd7e1d5f1931 (patch) | |
| tree | 81f294c462110bebb993be0ed55ebddff953621d /docs | |
| parent | 12746fa0f97db7d62183ea70f49bbe1f5af0be4d (diff) | |
| parent | ad268989729158028875536811662015b8686a38 (diff) | |
| download | django-debug-toolbar-f6cae03e901d76331da73752f592dd7e1d5f1931.tar.bz2 | |
Merge pull request #627 from djsutho/patch-3
Add Request History panel to list of third-party panels.
Diffstat (limited to 'docs')
| -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  ~~~~~ | 
