Skip to content

Commit

Permalink
docs(panels): remove very old / outdated third-party panels (#1825)
Browse files Browse the repository at this point in the history
* docs(panels): remove very old / outdated third-party panels
  • Loading branch information
Zerotask committed Aug 18, 2023
1 parent 7ab6b0f commit 81222b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Change log
Pending
-------

* Removed outdated third-party panels from the list.

4.2.0 (2023-08-10)
------------------

Expand Down
42 changes: 0 additions & 42 deletions docs/panels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,27 +152,6 @@ using Brendan Gregg's `flamegraph.pl script
<https://github.com/brendangregg/FlameGraph/flamegraph.pl>`_ 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
~~~~~~~~~~~~

Expand Down Expand Up @@ -276,18 +255,6 @@ Path: ``requests_panel.panel.RequestsDebugPanel``

Lists HTTP requests made with the popular `requests <https://requests.readthedocs.io/>`_ 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
<https://bitbucket.org/uysrc/django-dynamicsites/src>`_ which sets SITE_ID
dynamically.

Template Profiler
~~~~~~~~~~~~~~~~~

Expand All @@ -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
~~~~~~~~

Expand Down

0 comments on commit 81222b8

Please sign in to comment.