From ccd478367891ddda68e67d2ae862e1f85d0c09d6 Mon Sep 17 00:00:00 2001 From: Marcel Tschopp Date: Mon, 15 Jun 2020 11:29:30 +0200 Subject: [PATCH] Add Requests panel to list of third-party panels --- docs/panels.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/panels.rst b/docs/panels.rst index cb6fa55eb..2219b8fce 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -236,6 +236,15 @@ Path: ``ddt_request_history.panels.request_history.RequestHistoryPanel`` Switch between requests to view their stats. Also adds support for viewing stats for ajax requests. +Requests +~~~~~~~~ + +URL: https://github.com/marceltschoppch/django-requests-debug-toolbar + +Path: ``requests_panel.panel.RequestsDebugPanel`` + +Lists HTTP requests made with the popular `requests `_ library. + Sites ~~~~~