@@ -152,27 +152,6 @@ using Brendan Gregg's `flamegraph.pl script
152152<https://github.com/brendangregg/FlameGraph/flamegraph.pl> `_ to perform the
153153heavy 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-
176155LDAP Tracing
177156~~~~~~~~~~~~
178157
@@ -276,18 +255,6 @@ Path: ``requests_panel.panel.RequestsDebugPanel``
276255
277256Lists 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-
291258Template Profiler
292259~~~~~~~~~~~~~~~~~
293260
@@ -308,15 +275,6 @@ Path: ``template_timings_panel.panels.TemplateTimings.TemplateTimings``
308275
309276Displays 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-
320278VCS Info
321279~~~~~~~~
322280
0 commit comments