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 ~~~~~