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
save_panel
Save the panel data for the given request_id
debug_toolbar/store.py:153
Method
save_panel
Save the panel data for the given request_id
debug_toolbar/store.py:228
Method
save_panel
Save the panel data for the given request_id.
debug_toolbar/store.py:402
Method
scripts
Scripts used by the HTML content of the panel when it's displayed. When a panel is rendered on the frontend, the ``djdt.panel.render
debug_toolbar/panels/__init__.py:123
Method
scripts
(self)
debug_toolbar/panels/timer.py:58
Method
scripts
(self)
debug_toolbar/panels/history/panel.py:118
Method
set
Set a request_id in the request store
debug_toolbar/store.py:128
Method
set
Set a request_id in the store and clean up old entries
debug_toolbar/store.py:207
Method
set
Set a request_id in the store.
debug_toolbar/store.py:355
Method
setUp
(self)
tests/base.py:130
Method
setUp
(self)
tests/test_middleware.py:28
Method
setUp
(self)
tests/test_store.py:246
Method
setUp
(self)
tests/test_decorators.py:30
Method
setUp
(self)
tests/test_csp_rendering.py:56
Method
setUp
(self)
tests/commands/test_debugsqlshell.py:18
Method
setUp
(self)
tests/panels/test_async_panel_compatibility.py:17
Method
setUp
(self)
tests/panels/test_template.py:19
Method
setUpClass
(cls)
tests/test_store.py:423
Method
setUpClass
(cls)
tests/test_integration.py:704
Method
setUpTestData
(cls)
tests/test_store.py:204
Method
setUpTestData
(cls)
tests/test_store.py:243
Method
setUpTestData
(cls)
tests/test_store.py:343
Function
setup
Configure documentation via Sphinx extension
docs/conf.py:72
Function
show
(element)
debug_toolbar/static/debug_toolbar/js/utils.js:26
Function
showToolbar
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:287
Function
show_toolbar_if_staff
(request)
tests/test_middleware.py:16
Method
signals
(self)
debug_toolbar/panels/signals.py:72
Function
sql_explain
Returns the output of the SQL EXPLAIN on the given query
debug_toolbar/panels/sql/views.py:51
Function
sql_profile
Returns the output of running the SQL and getting the profiling statistics
debug_toolbar/panels/sql/views.py:77
Function
sql_select
Returns the output of the SQL SELECT statement
debug_toolbar/panels/sql/views.py:25
Method
task
()
tests/panels/test_sql.py:296
Method
tearDown
(self)
tests/base.py:92
Method
tearDown
(self)
tests/test_store.py:207
Method
tearDown
(self)
tests/test_store.py:250
Method
tearDown
(self)
tests/test_store.py:346
Method
tearDown
(self)
tests/test_store.py:436
Method
tearDown
(self)
tests/commands/test_debugsqlshell.py:27
Method
tearDown
(self)
tests/panels/test_template.py:24
Method
tearDownClass
(cls)
tests/test_store.py:430
Method
tearDownClass
(cls)
tests/test_integration.py:715
Method
template
Template used to render :attr:`content`. Mandatory, unless the panel sets :attr:`has_content` to ``False`` or overrides :att
debug_toolbar/panels/__init__.py:101
Function
template_response_view
(request, title)
tests/views.py:86
Function
template_source
Return the source of a template, syntax-highlighted by Pygments if it's available.
debug_toolbar/panels/templates/views.py:15
Method
test_ajax_dont_refresh
(self)
tests/test_integration.py:928
Method
test_ajax_refresh
(self)
tests/test_integration.py:937
Method
test_alert_warning_display
Test that the panel (does not) display[s] an alert when there are (no) problems.
tests/panels/test_alerts.py:10
Method
test_aliases
(self)
tests/panels/test_sql.py:909
Method
test_app_version_from_VERSION
(self)
tests/panels/test_versions.py:32
Method
test_app_version_from_get_version_fn
(self)
tests/panels/test_versions.py:15
Method
test_app_version_from_underscore_version
(self)
tests/panels/test_versions.py:38
Method
test_assert_num_queries_works
Confirm Django's assertNumQueries and CaptureQueriesContext works See https://github.com/django-commons/django-debug-toolbar/issues
tests/panels/test_sql.py:107
Method
test_async_compatibility
(self)
tests/panels/test_redirects.py:65
Method
test_async_mode
test middleware switches to async (__acall__) based on get_response type and returns a coroutine
tests/test_middleware.py:50
Method
test_async_show_toolbar_callback_sync_middleware
(self, mocked_show)
tests/test_middleware.py:73
Method
test_async_sql_action
(self)
tests/test_integration.py:994
Method
test_async_sql_page
(self)
tests/test_integration_async.py:209
Method
test_async_sql_page
(self)
tests/test_integration.py:300
Method
test_auth_login_view_without_redirect
(self)
tests/test_integration_async.py:533
Method
test_auth_login_view_without_redirect
(self)
tests/test_integration.py:680
Method
test_backend_alias_is_recorded
(self)
tests/panels/test_cache.py:158
Method
test_basic
(self)
tests/test_integration.py:726
Method
test_basic_jinja
(self)
tests/test_integration.py:749
Method
test_binary_param_force_text
(self)
tests/panels/test_sql.py:473
Method
test_binary_roundtrip
(self)
tests/test_store.py:36
Method
test_bytes_query
(self)
tests/panels/test_sql.py:367
Method
test_cache_disable_instrumentation
Verify that middleware cache usages before and after DebugToolbarMiddleware are not counted.
tests/test_integration_async.py:142
Method
test_cache_disable_instrumentation
Verify that middleware cache usages before and after DebugToolbarMiddleware are not counted.
tests/test_integration.py:231
Method
test_cache_page
(self)
tests/test_integration_async.py:115
Method
test_cache_page
(self)
tests/test_integration.py:175
Method
test_cache_panel_store_skips_non_json_keys
(self)
tests/test_integration.py:214
Method
test_cache_store_operations_not_tracked_by_cache_panel
Verify that CacheStore operations don't appear in CachePanel data.
tests/test_store.py:371
Method
test_check_good_configuration
(self)
tests/test_checks.py:20
Method
test_check_gzip_middleware_error
(self)
tests/test_checks.py:55
Method
test_check_middleware_classes_error
(self)
tests/test_checks.py:81
Method
test_check_missing_middleware_error
(self)
tests/test_checks.py:31
Method
test_check_w006_invalid
(self)
tests/test_checks.py:126
Method
test_check_w006_valid
(self)
tests/test_checks.py:180
Method
test_check_w006_valid_nested_loaders
(self)
tests/test_checks.py:209
Method
test_check_w007_invalid
(self, mocked_guess_type)
tests/test_checks.py:220
Method
test_check_w007_valid
(self, mocked_guess_type)
tests/test_checks.py:213
Method
test_chunked_cursor_wrapper_singleton
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:259
Method
test_class
(self)
tests/test_utils.py:33
Method
test_cleanup_old_entries
(self)
tests/test_store.py:293
Method
test_clear
(self)
tests/test_store.py:158
Method
test_command
(self)
tests/commands/test_debugsqlshell.py:30
Method
test_concurrent_async_sql_action
(self)
tests/test_integration.py:1007
Method
test_concurrent_async_sql_page
(self)
tests/test_integration.py:306
Method
test_context_variable_lifecycle
Test the request_id context variable lifecycle
tests/panels/test_staticfiles.py:103
Method
test_cum_time_threshold
Test that cumulative time threshold excludes calls
tests/panels/test_profiling.py:48
Method
test_cursor_wrapper_async
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:276
Method
test_cursor_wrapper_asyncio_ctx
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:292
Method
test_cursor_wrapper_singleton
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:243
Method
test_custom_cache_backend
(self)
tests/test_store.py:349
Method
test_custom_context_processor
(self)
tests/panels/test_template.py:89
Method
test_custom_key_prefix
(self)
tests/test_store.py:359
Method
test_data_field_default
Test that the data field defaults to an empty dict
tests/test_models.py:14
Method
test_data_gone
(self)
tests/test_integration_async.py:197
Method
test_data_gone
(self)
tests/test_integration.py:288
Method
test_database_backend_can_be_tracked_by_sql_panel
Verify that CacheStore operations using DatabaseCache backend can appear in SQLPanel data. When SKIP_TOOLBAR_QUERIES is Fals
tests/test_store.py:510
Method
test_database_backend_not_tracked_by_sql_panel
Verify that CacheStore operations using DatabaseCache backend don't appear in SQLPanel data. The _UntrackedCache wrapper pre
tests/test_store.py:458
← previous
next →
401–500 of 780, ranked by callers