Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django-commons/django-debug-toolbar
/ functions
Functions
780 in github.com/django-commons/django-debug-toolbar
⨍
Functions
780
◇
Types & classes
125
↳
Endpoints
26
Method
generate_server_timing
(self, request, response)
debug_toolbar/panels/cache.py:237
Method
generate_server_timing
(self, request, response)
debug_toolbar/panels/timer.py:114
Method
generate_server_timing
(self, request, response)
debug_toolbar/panels/sql/panel.py:309
Method
generate_stats
(self, request, response)
debug_toolbar/panels/profiling.py:178
Method
generate_stats
(self, request, response)
debug_toolbar/panels/signals.py:79
Method
generate_stats
(self, request, response)
debug_toolbar/panels/versions.py:25
Method
generate_stats
(self, request, response)
debug_toolbar/panels/staticfiles.py:90
Method
generate_stats
(self, request, response)
debug_toolbar/panels/headers.py:50
Method
generate_stats
(self, request, response)
debug_toolbar/panels/cache.py:224
Method
generate_stats
(self, request, response)
debug_toolbar/panels/timer.py:80
Method
generate_stats
(self, request, response)
debug_toolbar/panels/settings.py:34
Method
generate_stats
(self, request, response)
debug_toolbar/panels/request.py:26
Method
generate_stats
(self, request, response)
debug_toolbar/panels/alerts.py:143
Method
generate_stats
(self, request, response)
debug_toolbar/panels/sql/panel.py:215
Method
generate_stats
(self, request, response)
debug_toolbar/panels/templates/panel.py:189
Method
generate_stats
(self, request: HttpRequest, response: HttpResponse)
debug_toolbar/panels/history/panel.py:55
Function
get
(key)
debug_toolbar/static/debug_toolbar/js/toolbar.js:348
Function
get_config
()
debug_toolbar/settings.py:67
Method
get_headers
Get headers the panel needs to set. Called after :meth:`process_request <debug_toolbar.panels.Panel.generate_stats>` and
debug_toolbar/panels/__init__.py:233
Method
get_headers
(self, request: HttpRequest)
debug_toolbar/panels/history/panel.py:25
Function
get_nonce
(request)
debug_toolbar/_compat.py:19
Function
get_panels
()
debug_toolbar/settings.py:94
Function
get_response
(request)
tests/test_integration_async.py:34
Method
get_response
(request)
tests/test_integration_async.py:99
Method
get_response
(request)
tests/test_middleware.py:56
Method
get_response
(request)
tests/test_integration.py:159
Method
get_response
(request)
tests/panels/test_redirects.py:68
Method
get_response
(request)
tests/panels/test_staticfiles.py:37
Method
get_response_async
(self, request)
tests/base.py:100
Method
get_template
(self, *args, **kwargs)
tests/loaders.py:6
Method
get_urls
Return URLpatterns, if the panel has its own views.
debug_toolbar/panels/__init__.py:148
Method
get_urls
(cls)
debug_toolbar/panels/sql/panel.py:191
Method
get_urls
(cls)
debug_toolbar/panels/templates/panel.py:123
Method
get_urls
(cls)
debug_toolbar/panels/history/panel.py:45
Method
handle_endtag
(self, tag)
debug_toolbar/panels/alerts.py:54
Method
handle_starttag
(self, tag, attrs)
debug_toolbar/panels/alerts.py:23
Method
handle_toolbar_created
(sender, toolbar=None, **kwargs)
tests/base.py:29
Method
handle_toolbar_created
(sender, toolbar=None, **kwargs)
tests/base.py:50
Method
has_content
``True`` if the panel can be displayed in full screen, ``False`` if it's only shown in the side bar. Defaults to ``True``.
debug_toolbar/panels/__init__.py:75
Function
hide
(element)
debug_toolbar/static/debug_toolbar/js/utils.js:29
Function
hideOneLevel
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:273
Function
hidePanels
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:239
Function
hideToolbar
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:259
Function
history_refresh
Returns the refreshed list of table rows for the History Panel.
debug_toolbar/panels/history/views.py:48
Function
history_sidebar
Returns the selected debug toolbar history snapshot.
debug_toolbar/panels/history/views.py:14
Function
increment
(request)
example/views.py:10
Function
init
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:18
Function
inner
(request, *args, **kwargs)
debug_toolbar/decorators.py:20
Method
is_historical
Panel supports rendering historical values. Defaults to :attr:`has_content`.
debug_toolbar/panels/__init__.py:83
Method
is_historical
The HistoryPanel should not be included in the historical panels.
debug_toolbar/panels/history/panel.py:40
Function
jinja2_view
(request)
example/views.py:19
Function
js_mimetype_check
Check that JavaScript files are resolving to the correct content type.
debug_toolbar/apps.py:212
Function
json_view
(request)
tests/views.py:119
Function
login_not_required
Decorator for views that allows access to unauthenticated requests.
debug_toolbar/_compat.py:7
Method
nav_subtitle
(self)
debug_toolbar/panels/signals.py:51
Method
nav_subtitle
(self)
debug_toolbar/panels/versions.py:18
Method
nav_subtitle
(self)
debug_toolbar/panels/staticfiles.py:84
Method
nav_subtitle
(self)
debug_toolbar/panels/cache.py:176
Method
nav_subtitle
Subtitle shown in the side bar. Defaults to the empty string.
debug_toolbar/panels/__init__.py:68
Method
nav_subtitle
(self)
debug_toolbar/panels/timer.py:22
Method
nav_subtitle
Show abbreviated name of view function as subtitle
debug_toolbar/panels/request.py:19
Method
nav_subtitle
(self)
debug_toolbar/panels/alerts.py:88
Method
nav_subtitle
(self)
debug_toolbar/panels/sql/panel.py:167
Method
nav_subtitle
(self)
debug_toolbar/panels/templates/panel.py:114
Method
nav_subtitle
(self)
debug_toolbar/panels/history/panel.py:52
Method
nav_title
Title shown in the side bar. Defaults to :attr:`title`.
debug_toolbar/panels/__init__.py:61
Function
new_user
(request, username="joe")
tests/views.py:90
Function
on
(root, eventName, selector, fn)
debug_toolbar/static/debug_toolbar/js/utils.js:2
Function
onHandleMove
(event)
debug_toolbar/static/debug_toolbar/js/toolbar.js:157
Function
onKeyDown
(event)
debug_toolbar/static/debug_toolbar/js/toolbar.js:9
Function
onPanelRender
* This is a helper function to attach a handler for a `djdt.panel.render` * event of a specific panel. * * root: The container element
debug_toolbar/static/debug_toolbar/js/utils.js:19
Method
panel
Fetch the panel data for the given request_id
debug_toolbar/store.py:159
Method
panel
Fetch the panel data for the given request_id
debug_toolbar/store.py:238
Method
panel
Fetch the panel data for the given request_id.
debug_toolbar/store.py:412
Method
panel_id
(cls)
debug_toolbar/panels/__init__.py:25
Method
panels
Get a list of all available panels.
debug_toolbar/toolbar.py:65
Method
panels
Fetch all the panel data for the given request_id
debug_toolbar/store.py:169
Method
panels
Fetch all panel data for the given request_id
debug_toolbar/store.py:250
Method
parent_classes
(self)
debug_toolbar/panels/profiling.py:30
Method
process
(self, stream)
debug_toolbar/panels/sql/utils.py:18
Method
process
(self, stmt)
debug_toolbar/panels/sql/utils.py:57
Method
process
(stmt)
debug_toolbar/panels/sql/utils.py:87
Method
process_request
(self, request)
debug_toolbar/panels/profiling.py:161
Method
process_request
(self, request)
debug_toolbar/panels/headers.py:37
Method
process_request
(self, request)
debug_toolbar/panels/timer.py:63
Method
process_request
(self, request)
debug_toolbar/panels/redirects.py:40
Method
ready
(self)
debug_toolbar/apps.py:20
Method
ready
(cls)
debug_toolbar/panels/staticfiles.py:59
Method
ready
(cls)
debug_toolbar/panels/cache.py:89
Function
redirect_view
(request)
tests/views.py:132
Function
regular_jinjia_view
(request, title)
tests/views.py:123
Function
render_panel
Render the contents of a panel
debug_toolbar/views.py:14
Function
render_with_toolbar_language
Force any rendering within the view to use the toolbar's language.
debug_toolbar/decorators.py:39
Method
request
(self, **request)
tests/base.py:43
Method
request_ids
The stored request ids
debug_toolbar/store.py:118
Method
request_ids
Return all stored request ids within the cache size limit
debug_toolbar/store.py:194
Method
request_ids
The stored request ids.
debug_toolbar/store.py:345
Function
require_show_toolbar
Async compatible decorator to restrict access to a view based on the Debug Toolbar's visibility settings.
debug_toolbar/decorators.py:10
Function
resolving_view
(request, arg1, arg2)
tests/views.py:95
Method
run_side_effect
(sql)
tests/panels/test_sql.py:885
← previous
next →
301–400 of 780, ranked by callers