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
test_show_toolbar_INTERNAL_IPS
(self)
tests/test_integration_async.py:62
Method
test_show_toolbar_INTERNAL_IPS
(self)
tests/test_integration.py:79
Method
test_show_toolbar_docker
(self, mocked_gethostbyname)
tests/test_integration_async.py:67
Method
test_show_toolbar_docker
(self, mocked_gethostbyname)
tests/test_integration.py:84
Method
test_signed_data
(self)
tests/test_forms.py:22
Method
test_similar_and_duplicate_grouping
(self)
tests/panels/test_sql.py:823
Method
test_simplification
Test case to validate that select lists for .count() and .exist() queries do not get elided, but other select lists do.
tests/panels/test_sql.py:722
Method
test_sql_action_and_go_back
(self)
tests/test_integration.py:841
Method
test_sql_explain_binary_param
Confirm explain works for queries with binary parameters (e.g. GeoDjango EWKB).
tests/test_integration.py:551
Method
test_sql_explain_checks_show_toolbar
(self)
tests/test_integration_async.py:358
Method
test_sql_explain_checks_show_toolbar
(self)
tests/test_integration.py:458
Method
test_sql_explain_postgres_json_field
(self)
tests/test_integration_async.py:412
Method
test_sql_explain_postgres_json_field
(self)
tests/test_integration.py:520
Method
test_sql_explain_postgres_union_query
Confirm select queries that start with a parenthesis can be explained.
tests/test_integration_async.py:385
Method
test_sql_explain_postgres_union_query
Confirm select queries that start with a parenthesis can be explained.
tests/test_integration.py:493
Method
test_sql_page
(self)
tests/test_integration_async.py:203
Method
test_sql_page
(self)
tests/test_integration.py:294
Method
test_sql_parse_error_graceful_degradation
Test that SQLParseError is handled gracefully by disabling grouping.
tests/panels/test_sql.py:879
Method
test_sql_profile_checks_show_toolbar
(self)
tests/test_integration_async.py:435
Method
test_sql_profile_checks_show_toolbar
(self)
tests/test_integration.py:574
Method
test_sql_select_checks_show_toolbar
(self)
tests/test_integration_async.py:334
Method
test_sql_select_checks_show_toolbar
(self)
tests/test_integration.py:426
Method
test_storage_state_preservation
Ensure the URLMixin doesn't affect storage state
tests/panels/test_staticfiles.py:92
Method
test_store_staticfiles_with_async_context
(self)
tests/panels/test_staticfiles.py:36
Method
test_str_method
(self)
tests/test_models.py:9
Method
test_streaming_response
Test to check for a streaming response.
tests/panels/test_alerts.py:103
Method
test_success_convert
(self)
tests/test_sanitize.py:7
Method
test_sync_mode
test middleware switches to sync (__call__) based on get_response type
tests/test_middleware.py:33
Method
test_sync_show_toolbar_callback_async_middleware
(self, mocked_show)
tests/test_middleware.py:89
Method
test_template_repr
(self)
tests/panels/test_template.py:52
Method
test_template_source
(self)
tests/panels/test_template.py:138
Method
test_template_source_checks_show_toolbar
(self)
tests/test_integration_async.py:300
Method
test_template_source_checks_show_toolbar
(self)
tests/test_integration.py:384
Method
test_template_source_errors
(self)
tests/test_integration_async.py:314
Method
test_template_source_errors
(self)
tests/test_integration.py:406
Method
test_theme_toggle
(self)
tests/test_integration.py:957
Method
test_timer_panel
(self)
tests/test_integration_async.py:525
Method
test_timer_panel
(self)
tests/test_integration.py:672
Method
test_toolbar_language_will_render_to_default_language_when_not_set
(self)
tests/test_integration.py:874
Method
test_toolbar_language_will_render_to_locale_when_set
(self)
tests/test_integration.py:892
Method
test_toolbar_language_will_render_to_locale_when_set_both
(self)
tests/test_integration.py:911
Method
test_toolbar_model_query_is_not_tracked
Test is toolbar models are not tracked when the `SKIP_TOOLBAR_QUERIES` is set to True.
tests/panels/test_sql.py:198
Method
test_toolbar_model_query_is_not_tracked_async
(async) Test is toolbar models are not tracked when the `SKIP_TOOLBAR_QUERIES` is set to True.
tests/panels/test_sql.py:216
Method
test_toolbar_model_query_is_tracked
Test is toolbar models are tracked when the `SKIP_TOOLBAR_QUERIES` is set to False.
tests/panels/test_sql.py:156
Method
test_toolbar_model_query_is_tracked_async
(async) Test is toolbar models are tracked when the `SKIP_TOOLBAR_QUERIES` is set to False.
tests/panels/test_sql.py:177
Method
test_top_level_simplification
Test case to validate that top-level select lists get elided, but other select lists for subselects do not.
tests/panels/test_sql.py:739
Method
test_transaction_status
Test case for tracking the transaction status is properly associated with queries on PostgreSQL, and that transactions aren't broken
tests/panels/test_sql.py:926
Method
test_tuple_param_conversion
Regression test for tuple parameter conversion.
tests/panels/test_sql.py:453
Method
test_unknown_status_code
(self)
tests/panels/test_redirects.py:51
Method
test_unknown_status_code_with_reason
(self)
tests/panels/test_redirects.py:58
Method
test_update_panel
(self)
tests/test_store.py:284
Method
test_url_resolving_bad
(self)
tests/test_integration.py:151
Method
test_url_resolving_mixed
(self)
tests/test_integration.py:146
Method
test_url_resolving_named
(self)
tests/test_integration.py:141
Method
test_url_resolving_positional
(self)
tests/test_integration.py:134
Method
test_urls
(self)
tests/panels/test_history.py:51
Method
test_uses_toolbar_language
(self, mock_language_override)
tests/test_decorators.py:59
Method
test_verified_data
(self)
tests/test_forms.py:29
Method
test_view_executed_once
(self)
tests/panels/test_profiling.py:96
Method
test_view_returns_template_response
(self)
tests/test_integration_async.py:499
Method
test_view_returns_template_response
(self)
tests/test_integration.py:646
Method
thread_handler
(self, loop, *args, **kwargs)
tests/sync.py:14
Method
title
(self)
debug_toolbar/panels/staticfiles.py:45
Method
title
(self)
debug_toolbar/panels/cache.py:186
Method
title
(self)
debug_toolbar/panels/settings.py:29
Method
title
(self)
debug_toolbar/panels/sql/panel.py:180
Method
title
(self)
debug_toolbar/panels/templates/panel.py:107
Method
title
(self)
tests/test_integration_async.py:43
Method
title
(self)
tests/test_integration.py:62
Method
title
(self)
tests/panels/test_custom.py:9
Function
toggle
(element, value)
debug_toolbar/static/debug_toolbar/js/utils.js:32
Method
untracked
(*args, **kwargs)
debug_toolbar/store.py:278
Function
updateOnAjax
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:296
Function
update_toolbar_config
Refresh configuration when overriding settings.
debug_toolbar/settings.py:112
Function
visible
(element)
debug_toolbar/static/debug_toolbar/js/utils.js:39
Method
wait
(self)
tests/test_integration.py:723
Function
wrapped_render
(self, context=None, request=None)
debug_toolbar/panels/templates/jinja2.py:12
Function
wrapper
(*args, **kwargs)
debug_toolbar/panels/cache.py:37
Method
wrapper
(self, alias)
debug_toolbar/panels/cache.py:98
Method
x
()
tests/test_utils.py:19
← previous
701–780 of 780, ranked by callers