MCPcopy Create free account

hub / github.com/django-commons/django-debug-toolbar / functions

Functions780 in github.com/django-commons/django-debug-toolbar

Methodsave_panel
Save the panel data for the given request_id
debug_toolbar/store.py:153
Methodsave_panel
Save the panel data for the given request_id
debug_toolbar/store.py:228
Methodsave_panel
Save the panel data for the given request_id.
debug_toolbar/store.py:402
Methodscripts
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
Methodscripts
(self)
debug_toolbar/panels/timer.py:58
Methodscripts
(self)
debug_toolbar/panels/history/panel.py:118
Methodset
Set a request_id in the request store
debug_toolbar/store.py:128
Methodset
Set a request_id in the store and clean up old entries
debug_toolbar/store.py:207
Methodset
Set a request_id in the store.
debug_toolbar/store.py:355
MethodsetUp
(self)
tests/base.py:130
MethodsetUp
(self)
tests/test_middleware.py:28
MethodsetUp
(self)
tests/test_store.py:246
MethodsetUp
(self)
tests/test_decorators.py:30
MethodsetUp
(self)
tests/test_csp_rendering.py:56
MethodsetUp
(self)
tests/commands/test_debugsqlshell.py:18
MethodsetUp
(self)
tests/panels/test_async_panel_compatibility.py:17
MethodsetUp
(self)
tests/panels/test_template.py:19
MethodsetUpClass
(cls)
tests/test_store.py:423
MethodsetUpClass
(cls)
tests/test_integration.py:704
MethodsetUpTestData
(cls)
tests/test_store.py:204
MethodsetUpTestData
(cls)
tests/test_store.py:243
MethodsetUpTestData
(cls)
tests/test_store.py:343
Functionsetup
Configure documentation via Sphinx extension
docs/conf.py:72
Functionshow
(element)
debug_toolbar/static/debug_toolbar/js/utils.js:26
FunctionshowToolbar
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:287
Functionshow_toolbar_if_staff
(request)
tests/test_middleware.py:16
Methodsignals
(self)
debug_toolbar/panels/signals.py:72
Functionsql_explain
Returns the output of the SQL EXPLAIN on the given query
debug_toolbar/panels/sql/views.py:51
Functionsql_profile
Returns the output of running the SQL and getting the profiling statistics
debug_toolbar/panels/sql/views.py:77
Functionsql_select
Returns the output of the SQL SELECT statement
debug_toolbar/panels/sql/views.py:25
Methodtask
()
tests/panels/test_sql.py:296
MethodtearDown
(self)
tests/base.py:92
MethodtearDown
(self)
tests/test_store.py:207
MethodtearDown
(self)
tests/test_store.py:250
MethodtearDown
(self)
tests/test_store.py:346
MethodtearDown
(self)
tests/test_store.py:436
MethodtearDown
(self)
tests/commands/test_debugsqlshell.py:27
MethodtearDown
(self)
tests/panels/test_template.py:24
MethodtearDownClass
(cls)
tests/test_store.py:430
MethodtearDownClass
(cls)
tests/test_integration.py:715
Methodtemplate
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
Functiontemplate_response_view
(request, title)
tests/views.py:86
Functiontemplate_source
Return the source of a template, syntax-highlighted by Pygments if it's available.
debug_toolbar/panels/templates/views.py:15
Methodtest_ajax_dont_refresh
(self)
tests/test_integration.py:928
Methodtest_ajax_refresh
(self)
tests/test_integration.py:937
Methodtest_alert_warning_display
Test that the panel (does not) display[s] an alert when there are (no) problems.
tests/panels/test_alerts.py:10
Methodtest_aliases
(self)
tests/panels/test_sql.py:909
Methodtest_app_version_from_VERSION
(self)
tests/panels/test_versions.py:32
Methodtest_app_version_from_get_version_fn
(self)
tests/panels/test_versions.py:15
Methodtest_app_version_from_underscore_version
(self)
tests/panels/test_versions.py:38
Methodtest_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
Methodtest_async_compatibility
(self)
tests/panels/test_redirects.py:65
Methodtest_async_mode
test middleware switches to async (__acall__) based on get_response type and returns a coroutine
tests/test_middleware.py:50
Methodtest_async_show_toolbar_callback_sync_middleware
(self, mocked_show)
tests/test_middleware.py:73
Methodtest_async_sql_action
(self)
tests/test_integration.py:994
Methodtest_async_sql_page
(self)
tests/test_integration_async.py:209
Methodtest_async_sql_page
(self)
tests/test_integration.py:300
Methodtest_auth_login_view_without_redirect
(self)
tests/test_integration_async.py:533
Methodtest_auth_login_view_without_redirect
(self)
tests/test_integration.py:680
Methodtest_backend_alias_is_recorded
(self)
tests/panels/test_cache.py:158
Methodtest_basic
(self)
tests/test_integration.py:726
Methodtest_basic_jinja
(self)
tests/test_integration.py:749
Methodtest_binary_param_force_text
(self)
tests/panels/test_sql.py:473
Methodtest_binary_roundtrip
(self)
tests/test_store.py:36
Methodtest_bytes_query
(self)
tests/panels/test_sql.py:367
Methodtest_cache_disable_instrumentation
Verify that middleware cache usages before and after DebugToolbarMiddleware are not counted.
tests/test_integration_async.py:142
Methodtest_cache_disable_instrumentation
Verify that middleware cache usages before and after DebugToolbarMiddleware are not counted.
tests/test_integration.py:231
Methodtest_cache_page
(self)
tests/test_integration_async.py:115
Methodtest_cache_page
(self)
tests/test_integration.py:175
Methodtest_cache_panel_store_skips_non_json_keys
(self)
tests/test_integration.py:214
Methodtest_cache_store_operations_not_tracked_by_cache_panel
Verify that CacheStore operations don't appear in CachePanel data.
tests/test_store.py:371
Methodtest_check_good_configuration
(self)
tests/test_checks.py:20
Methodtest_check_gzip_middleware_error
(self)
tests/test_checks.py:55
Methodtest_check_middleware_classes_error
(self)
tests/test_checks.py:81
Methodtest_check_missing_middleware_error
(self)
tests/test_checks.py:31
Methodtest_check_w006_invalid
(self)
tests/test_checks.py:126
Methodtest_check_w006_valid
(self)
tests/test_checks.py:180
Methodtest_check_w006_valid_nested_loaders
(self)
tests/test_checks.py:209
Methodtest_check_w007_invalid
(self, mocked_guess_type)
tests/test_checks.py:220
Methodtest_check_w007_valid
(self, mocked_guess_type)
tests/test_checks.py:213
Methodtest_chunked_cursor_wrapper_singleton
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:259
Methodtest_class
(self)
tests/test_utils.py:33
Methodtest_cleanup_old_entries
(self)
tests/test_store.py:293
Methodtest_clear
(self)
tests/test_store.py:158
Methodtest_command
(self)
tests/commands/test_debugsqlshell.py:30
Methodtest_concurrent_async_sql_action
(self)
tests/test_integration.py:1007
Methodtest_concurrent_async_sql_page
(self)
tests/test_integration.py:306
Methodtest_context_variable_lifecycle
Test the request_id context variable lifecycle
tests/panels/test_staticfiles.py:103
Methodtest_cum_time_threshold
Test that cumulative time threshold excludes calls
tests/panels/test_profiling.py:48
Methodtest_cursor_wrapper_async
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:276
Methodtest_cursor_wrapper_asyncio_ctx
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:292
Methodtest_cursor_wrapper_singleton
(self, mock_patch_cursor_wrapper)
tests/panels/test_sql.py:243
Methodtest_custom_cache_backend
(self)
tests/test_store.py:349
Methodtest_custom_context_processor
(self)
tests/panels/test_template.py:89
Methodtest_custom_key_prefix
(self)
tests/test_store.py:359
Methodtest_data_field_default
Test that the data field defaults to an empty dict
tests/test_models.py:14
Methodtest_data_gone
(self)
tests/test_integration_async.py:197
Methodtest_data_gone
(self)
tests/test_integration.py:288
Methodtest_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
Methodtest_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
← previousnext →401–500 of 780, ranked by callers