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
__getattr__
(self, name)
debug_toolbar/store.py:272
Method
__getattr__
(self, attr)
debug_toolbar/panels/sql/tracking.py:127
Method
__init__
(self, get_response: GetResponse)
debug_toolbar/middleware.py:117
Method
__init__
(self, *args, **kwargs)
debug_toolbar/forms.py:30
Method
__init__
(self)
debug_toolbar/utils.py:299
Method
__init__
( self, request: HttpRequest, get_response: GetResponse, request_id: str | Non
debug_toolbar/toolbar.py:40
Method
__init__
( self, request: HttpRequest | None, get_response: GetResponse, request_id: st
debug_toolbar/toolbar.py:221
Method
__init__
(self, *args, **kwargs)
debug_toolbar/store.py:55
Method
__init__
( self, statobj, func, depth=0, stats=None, id=0, parent_ids=None, hsv=(0, 0.5, 1) )
debug_toolbar/panels/profiling.py:15
Method
__init__
(self, *args, **kwargs)
debug_toolbar/panels/staticfiles.py:52
Method
__init__
(self, *args, **kwargs)
debug_toolbar/panels/cache.py:69
Method
__init__
(self, toolbar, get_response: GetResponse)
debug_toolbar/panels/__init__.py:17
Method
__init__
(self, *args, **kwargs)
debug_toolbar/panels/alerts.py:83
Method
__init__
(self, *args, **kwargs)
debug_toolbar/panels/sql/panel.py:119
Method
__init__
(self, cursor, db, logger)
debug_toolbar/panels/sql/tracking.py:115
Method
__init__
(self, *args, **kwargs)
debug_toolbar/panels/templates/panel.py:74
Method
__init__
(self, get_response)
tests/middleware.py:10
Method
__init__
(self, value)
tests/test_utils.py:98
Method
__iter__
(self)
tests/test_integration_async.py:85
Method
__iter__
(self)
tests/test_integration.py:101
Method
__repr__
(self)
tests/forms.py:8
Method
__repr__
(self)
tests/models.py:7
Method
__str__
(self)
debug_toolbar/models.py:15
Method
__str__
(self)
tests/models.py:14
Method
__str__
(self)
tests/models.py:21
Method
__str__
(self)
tests/models.py:31
Function
_binary_object_hook
(obj)
debug_toolbar/store.py:34
Method
_get_request_id
Generate a UUID for DatabaseStore tests, cached by name.
tests/test_store.py:253
Method
_render
()
tests/panels/test_alerts.py:106
Function
_request_context_bind_template
(self, template)
debug_toolbar/panels/templates/panel.py:40
Method
_store_static_files_signal_handler
(self, sender, staticfile, **kwargs)
debug_toolbar/panels/staticfiles.py:64
Method
_store_template_info
(self, sender, **kwargs)
debug_toolbar/panels/templates/panel.py:81
Function
ajax_view
(request)
tests/views.py:136
Function
applyStyles
* Given a container element, apply styles set via data-djdt-styles attribute. * The format is data-djdt-styles="styleName1:value;styleName2:value
debug_toolbar/static/debug_toolbar/js/utils.js:56
Function
ashow_toolbar_if_staff
(request)
tests/test_middleware.py:21
Function
async_db
(request)
example/views.py:27
Function
async_db_concurrent
(request)
example/views.py:35
Function
async_db_view
(request)
example/async_/views.py:5
Function
async_execute_json_sql
(request)
tests/views.py:30
Function
async_execute_sql
Some query API can be executed asynchronously but some requires async version of itself. https://docs.djangoproject.com/en/5.1/topics/db
tests/views.py:52
Function
async_execute_sql_concurrently
(request)
tests/views.py:71
Function
async_execute_union_sql
(request)
tests/views.py:43
Function
async_home
(request)
example/views.py:23
Method
background
(self)
debug_toolbar/panels/profiling.py:33
Function
broken
(request)
tests/context_processors.py:1
Function
cache_view
(request)
example/views.py:46
Function
cache_with_non_json_key_view
(request)
tests/views.py:114
Function
cached_low_level_view
(request)
tests/views.py:105
Function
cached_view
(request)
tests/views.py:101
Method
callproc
(self, procname, params=None)
debug_toolbar/panels/sql/tracking.py:277
Function
check_middleware
(app_configs, **kwargs)
debug_toolbar/apps.py:95
Function
check_panel_configs
Allow each panel to check the toolbar's integration for their its own purposes.
debug_toolbar/apps.py:174
Function
check_panels
(app_configs, **kwargs)
debug_toolbar/apps.py:196
Function
check_settings
(app_configs, **kwargs)
debug_toolbar/apps.py:296
Function
chunked_cursor
(*args, **kwargs)
debug_toolbar/panels/sql/tracking.py:91
Method
clean
(self)
debug_toolbar/panels/sql/forms.py:30
Method
clean_alias
(self)
debug_toolbar/panels/sql/forms.py:22
Method
clean_signed
(self)
debug_toolbar/forms.py:36
Method
clear
Remove all requests from the request store
debug_toolbar/store.py:139
Method
clear
Remove all requests from the store
debug_toolbar/store.py:218
Method
clear
Remove all requests from the request store.
debug_toolbar/store.py:373
Function
clear_caches
(*, setting, **kwargs)
debug_toolbar/panels/sql/utils.py:133
Method
connection
(self)
debug_toolbar/panels/sql/forms.py:118
Method
content
Content of the panel when it's displayed in full screen. By default this renders the template defined by :attr:`template`. S
debug_toolbar/panels/__init__.py:111
Method
content
(self)
debug_toolbar/panels/timer.py:43
Method
content
(self)
debug_toolbar/panels/sql/panel.py:318
Method
content
Content of the panel when it's displayed in full screen. Fetch every store for the toolbar and include it in the template.
debug_toolbar/panels/history/panel.py:87
Method
content
(self)
tests/test_integration_async.py:47
Method
content
(self)
tests/test_integration.py:66
Function
context_processor
(request)
tests/panels/test_template.py:177
Method
csp_nonce
Look up the Content Security Policy nonce if there is one.
debug_toolbar/toolbar.py:79
Function
csp_view
Use request.csp_nonce to inject it into the headers
tests/views.py:80
Function
cursor
(*args, **kwargs)
debug_toolbar/panels/sql/tracking.py:75
Method
default
(self, o)
debug_toolbar/store.py:24
Method
delete
Delete the stored request for the given request_id
debug_toolbar/store.py:145
Method
delete
Delete the stored request for the given request_id
debug_toolbar/store.py:223
Method
delete
Delete the stored request for the given request_id.
debug_toolbar/store.py:387
Method
disable_instrumentation
(self)
debug_toolbar/panels/staticfiles.py:77
Method
disable_instrumentation
(self)
debug_toolbar/panels/cache.py:207
Method
disable_instrumentation
(self)
debug_toolbar/panels/sql/panel.py:211
Method
disable_instrumentation
(self)
debug_toolbar/panels/templates/panel.py:129
Method
enable_instrumentation
(self)
debug_toolbar/panels/staticfiles.py:73
Method
enable_instrumentation
(self)
debug_toolbar/panels/cache.py:194
Method
enable_instrumentation
(self)
debug_toolbar/panels/sql/panel.py:205
Method
enable_instrumentation
(self)
debug_toolbar/panels/templates/panel.py:126
Method
enabled
(self)
debug_toolbar/panels/__init__.py:29
Method
enabled
(self)
debug_toolbar/panels/history/panel.py:34
Method
enabled_panels
Get a list of panels enabled for the current request.
debug_toolbar/toolbar.py:72
Function
ensureHandleVisibility
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:249
Method
execute
(self, sql, params=())
debug_toolbar/management/commands/debugsqlshell.py:21
Function
executeScripts
(scripts)
debug_toolbar/static/debug_toolbar/js/utils.js:42
Function
execute_binary_sql
(request)
tests/views.py:20
Function
execute_json_sql
(request)
tests/views.py:25
Function
execute_sql
(request)
tests/views.py:15
Function
execute_union_sql
(request)
tests/views.py:38
Method
executemany
(self, sql, param_list)
debug_toolbar/panels/sql/tracking.py:283
Method
exists
Does the given request_id exist in the request store
debug_toolbar/store.py:123
Method
exists
Check if the given request_id exists in the store
debug_toolbar/store.py:202
Method
exists
Does the given request_id exist in the store.
debug_toolbar/store.py:350
Function
from_store_get_response
(request: HttpRequest | None)
debug_toolbar/toolbar.py:213
← previous
next →
201–300 of 780, ranked by callers