From b8dd68df44aab93f63a2840d8107b1801b68d4bc Mon Sep 17 00:00:00 2001 From: Patrick Hintermayer Date: Fri, 18 Aug 2023 23:26:30 +0200 Subject: [PATCH 1/3] docs(panels): remove very old / outdated third-party panels --- docs/panels.rst | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/docs/panels.rst b/docs/panels.rst index 61a23ce61..db4e9311f 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -152,27 +152,6 @@ using Brendan Gregg's `flamegraph.pl script `_ to perform the heavy lifting. -HTML Tidy/Validator -~~~~~~~~~~~~~~~~~~~ - -URL: https://github.com/joymax/django-dtpanel-htmltidy - -Path: ``debug_toolbar_htmltidy.panels.HTMLTidyDebugPanel`` - -HTML Tidy or HTML Validator is a custom panel that validates your HTML and -displays warnings and errors. - -Inspector -~~~~~~~~~ - -URL: https://github.com/santiagobasulto/debug-inspector-panel - -Path: ``inspector_panel.panels.inspector.InspectorPanel`` - -Retrieves and displays information you specify using the ``debug`` statement. -Inspector panel also logs to the console by default, but may be instructed not -to. - LDAP Tracing ~~~~~~~~~~~~ @@ -276,18 +255,6 @@ Path: ``requests_panel.panel.RequestsDebugPanel`` Lists HTTP requests made with the popular `requests `_ library. -Sites -~~~~~ - -URL: https://github.com/elvard/django-sites-toolbar - -Path: ``sites_toolbar.panels.SitesDebugPanel`` - -Browse Sites registered in ``django.contrib.sites`` and switch between them. -Useful to debug project when you use `django-dynamicsites -`_ which sets SITE_ID -dynamically. - Template Profiler ~~~~~~~~~~~~~~~~~ @@ -308,15 +275,6 @@ Path: ``template_timings_panel.panels.TemplateTimings.TemplateTimings`` Displays template rendering times for your Django application. -User -~~~~ - -URL: https://github.com/playfire/django-debug-toolbar-user-panel - -Path: ``debug_toolbar_user_panel.panels.UserPanel`` - -Easily switch between logged in users, see properties of current user. - VCS Info ~~~~~~~~ From 314b63696c0421accb14fa55de5f89a50df50789 Mon Sep 17 00:00:00 2001 From: Patrick Hintermayer Date: Fri, 18 Aug 2023 23:41:02 +0200 Subject: [PATCH 2/3] docs(changes): add entry for removal of outdated third-party panels --- docs/changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 89f5bdc7e..5457e136b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,6 +4,8 @@ Change log Pending ------- +* Removed outdated third-party panels from the list + 4.2.0 (2023-08-10) ------------------ From 891d7f8c5ec7c06f637687e8ac1c899eabe3cac0 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Fri, 18 Aug 2023 17:05:09 -0500 Subject: [PATCH 3/3] Add missing punctuation --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 5457e136b..ad3cab34c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,7 +4,7 @@ Change log Pending ------- -* Removed outdated third-party panels from the list +* Removed outdated third-party panels from the list. 4.2.0 (2023-08-10) ------------------