Skip to content

Commit 81222b8

Browse files
authored
docs(panels): remove very old / outdated third-party panels (#1825)
* docs(panels): remove very old / outdated third-party panels
1 parent 7ab6b0f commit 81222b8

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Change log
44
Pending
55
-------
66

7+
* Removed outdated third-party panels from the list.
8+
79
4.2.0 (2023-08-10)
810
------------------
911

docs/panels.rst

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -152,27 +152,6 @@ using Brendan Gregg's `flamegraph.pl script
152152
<https://github.com/brendangregg/FlameGraph/flamegraph.pl>`_ to perform the
153153
heavy lifting.
154154

155-
HTML Tidy/Validator
156-
~~~~~~~~~~~~~~~~~~~
157-
158-
URL: https://github.com/joymax/django-dtpanel-htmltidy
159-
160-
Path: ``debug_toolbar_htmltidy.panels.HTMLTidyDebugPanel``
161-
162-
HTML Tidy or HTML Validator is a custom panel that validates your HTML and
163-
displays warnings and errors.
164-
165-
Inspector
166-
~~~~~~~~~
167-
168-
URL: https://github.com/santiagobasulto/debug-inspector-panel
169-
170-
Path: ``inspector_panel.panels.inspector.InspectorPanel``
171-
172-
Retrieves and displays information you specify using the ``debug`` statement.
173-
Inspector panel also logs to the console by default, but may be instructed not
174-
to.
175-
176155
LDAP Tracing
177156
~~~~~~~~~~~~
178157

@@ -276,18 +255,6 @@ Path: ``requests_panel.panel.RequestsDebugPanel``
276255

277256
Lists HTTP requests made with the popular `requests <https://requests.readthedocs.io/>`_ library.
278257

279-
Sites
280-
~~~~~
281-
282-
URL: https://github.com/elvard/django-sites-toolbar
283-
284-
Path: ``sites_toolbar.panels.SitesDebugPanel``
285-
286-
Browse Sites registered in ``django.contrib.sites`` and switch between them.
287-
Useful to debug project when you use `django-dynamicsites
288-
<https://bitbucket.org/uysrc/django-dynamicsites/src>`_ which sets SITE_ID
289-
dynamically.
290-
291258
Template Profiler
292259
~~~~~~~~~~~~~~~~~
293260

@@ -308,15 +275,6 @@ Path: ``template_timings_panel.panels.TemplateTimings.TemplateTimings``
308275

309276
Displays template rendering times for your Django application.
310277

311-
User
312-
~~~~
313-
314-
URL: https://github.com/playfire/django-debug-toolbar-user-panel
315-
316-
Path: ``debug_toolbar_user_panel.panels.UserPanel``
317-
318-
Easily switch between logged in users, see properties of current user.
319-
320278
VCS Info
321279
~~~~~~~~
322280

0 commit comments

Comments
 (0)