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_middleware_no_injection_when_encoded
(self)
tests/test_integration_async.py:106
Method
test_middleware_no_injection_when_encoded
(self)
tests/test_integration.py:166
Method
test_middleware_render_toolbar_json
Verify the toolbar is rendered and data is stored for a json request.
tests/test_integration_async.py:280
Method
test_middleware_render_toolbar_json
Verify the toolbar is rendered and data is stored for a json request.
tests/test_integration.py:366
Method
test_middleware_response_insertion
(self)
tests/test_integration_async.py:98
Method
test_middleware_response_insertion
(self)
tests/test_integration.py:158
Method
test_migrations_are_hidden
(self, mocked_migration_modules)
tests/test_apps.py:24
Method
test_migrations_are_visible
(self, mocked_migration_modules)
tests/test_apps.py:16
Method
test_missing
A `nonce` should not exist when not using the `CSPMiddleware`.
tests/test_csp_rendering.py:183
Method
test_model_persistence
Test saving and retrieving a model instance
tests/test_models.py:19
Method
test_models_are_hidden
(self)
tests/test_apps.py:43
Method
test_models_are_visible
(self)
tests/test_apps.py:35
Method
test_multiple_initialization
Ensure multiple panel initializations don't stack URLMixin
tests/panels/test_staticfiles.py:121
Method
test_namespaced_url
(self)
tests/panels/test_request.py:106
Method
test_nested_binary_roundtrip
(self)
tests/test_store.py:40
Method
test_nested_template_information
Test case for when the query is used in a nested template hierarchy (with included templates).
tests/panels/test_sql.py:804
Method
test_non_ascii_query
(self)
tests/panels/test_sql.py:343
Method
test_non_ascii_session
(self)
tests/panels/test_request.py:14
Method
test_non_dict_input
Test handling of non-dict input.
tests/test_utils.py:169
Method
test_non_sortable_dict_keys
Test dictionary with keys that can't be sorted.
tests/test_utils.py:147
Method
test_non_utf8_charset
(self)
tests/test_integration_async.py:241
Method
test_non_utf8_charset
(self)
tests/test_integration.py:321
Method
test_not_a_redirect
(self)
tests/panels/test_redirects.py:21
Method
test_not_insert_locals
Test that the panel does not insert locals() content.
tests/panels/test_sql.py:581
Method
test_not_iterating_over_INTERNAL_IPS
Verify that the middleware does not iterate over INTERNAL_IPS in some way. Some people use iptools.IpRangeList for their INTERNAL_IP
tests/test_integration_async.py:75
Method
test_not_iterating_over_INTERNAL_IPS
Verify that the middleware does not iterate over INTERNAL_IPS in some way. Some people use iptools.IpRangeList for their INTERNAL_IPS. This i
tests/test_integration.py:92
Method
test_object_with_non_ascii_repr_in_context
(self)
tests/panels/test_template.py:64
Method
test_object_with_non_ascii_repr_in_request_params
(self)
tests/panels/test_request.py:20
Method
test_observe_request_callback_specified
(self)
tests/test_checks.py:313
Method
test_original_response_preserved
(self)
tests/panels/test_redirects.py:79
Method
test_panel
(self)
tests/test_store.py:180
Method
test_panel_content_nonce_exists
(self)
tests/test_csp_rendering.py:155
Method
test_panel_recording
(self)
tests/panels/test_settings.py:13
Method
test_panel_title
(self)
tests/panels/test_settings.py:27
Method
test_panels
(self)
tests/test_login_not_required.py:19
Method
test_panels
(self)
tests/test_store.py:187
Method
test_panels_is_empty
(self)
tests/test_checks.py:93
Method
test_panels_nonexistent_request
(self)
tests/test_store.py:196
Method
test_panels_with_asgi
(self)
tests/panels/test_async_panel_compatibility.py:21
Method
test_panels_with_wsgi
(self)
tests/panels/test_async_panel_compatibility.py:31
Method
test_param_conversion
(self)
tests/panels/test_sql.py:375
Method
test_patching_only_applied_once
Confirm that reapplying and disabling the cache patching only wraps the cache methods once
tests/panels/test_cache.py:162
Method
test_path
(self)
tests/panels/test_staticfiles.py:66
Method
test_post
(self)
tests/panels/test_history.py:26
Method
test_post_json
(self)
tests/panels/test_history.py:33
Method
test_postgis_sentinel_falls_back_to_bytes_without_geodjango
PostGIS sentinel returns raw bytes when GeoDjango is not installed.
tests/test_store.py:47
Method
test_postgis_sentinel_roundtrip_without_geodjango
PostGIS sentinel survives serialize/deserialize falling back to bytes.
tests/test_store.py:60
Method
test_prettify_sql
Test case to validate that the PRETTIFY_SQL setting changes the output of the sql when it's toggled. It does not validate what it doe
tests/panels/test_sql.py:677
Method
test_prevents_tampering
(self)
tests/test_forms.py:47
Method
test_query_dict_for_request_in_method_get
Test verifies the correctness of the statistics generation method in the case when the GET request is class QueryDict
tests/panels/test_request.py:41
Method
test_query_dict_for_request_in_method_post
Test verifies the correctness of the statistics generation method in the case when the POST request is class QueryDict
tests/panels/test_request.py:67
Method
test_querydict_multiple_values
Test QueryDict with multiple values for the same key.
tests/test_utils.py:161
Method
test_querydict_sanitization
Test sanitization of a QueryDict.
tests/test_utils.py:135
Method
test_querydict_sanitized
Test that sensitive data in QueryDict objects is properly redacted.
tests/panels/test_request.py:198
Method
test_queryset_hook
(self)
tests/panels/test_template.py:28
Method
test_raw_query_param_conversion
(self)
tests/panels/test_sql.py:493
Method
test_recording
(self)
tests/panels/test_cache.py:11
Method
test_recording
(self)
tests/panels/test_sql.py:91
Method
test_recording_async
(self)
tests/panels/test_sql.py:118
Method
test_recording_caches
(self)
tests/panels/test_cache.py:23
Method
test_recording_chunked_cursor
(self)
tests/panels/test_sql.py:231
Method
test_recording_concurrent_async
(self)
tests/panels/test_sql.py:134
Method
test_redirect
(self)
tests/panels/test_redirects.py:27
Method
test_redirect_with_broken_context_processor
(self)
tests/panels/test_redirects.py:36
Method
test_redirects_exists
(self)
tests/test_csp_rendering.py:135
Method
test_referenced_file_input_with_enctype_multipart_form_data
(self)
tests/panels/test_alerts.py:80
Method
test_referenced_file_input_without_enctype_multipart_form_data
(self)
tests/panels/test_alerts.py:68
Method
test_regression_infinite_recursion
Test case for when the template loader runs a SQL query that causes an infinite recursion in the SQL panel.
tests/panels/test_sql.py:656
Method
test_regular_response
(self)
tests/panels/test_redirects.py:15
Method
test_regular_view
(self)
tests/panels/test_profiling.py:21
Method
test_render_panel
(self)
tests/test_login_not_required.py:32
Method
test_render_panel_checks_show_toolbar
(self)
tests/test_integration_async.py:265
Method
test_render_panel_checks_show_toolbar
(self)
tests/test_integration.py:344
Method
test_render_panels_in_request
Test that panels are are rendered during the request with RENDER_PANELS=TRUE
tests/test_integration_async.py:460
Method
test_render_panels_in_request
Test that panels are are rendered during the request with RENDER_PANELS=TRUE
tests/test_integration.py:607
Method
test_require_toolbar_async_debug_false
(self)
tests/test_decorators.py:50
Method
test_require_toolbar_async_debug_true
(self)
tests/test_decorators.py:46
Method
test_require_toolbar_debug_false
(self)
tests/test_decorators.py:39
Method
test_require_toolbar_debug_true
(self)
tests/test_decorators.py:35
Method
test_rerender_on_history_switch
(self)
tests/test_integration.py:766
Method
test_save_panel
(self)
tests/test_store.py:174
Method
test_sensitive_cookie_data_sanitized
Test that sensitive cookie data is redacted.
tests/panels/test_request.py:170
Method
test_sensitive_get_data_sanitized
Test that sensitive GET data is redacted.
tests/panels/test_request.py:156
Method
test_sensitive_post_data_sanitized
Test that sensitive POST data is redacted.
tests/panels/test_request.py:142
Method
test_sensitive_session_data_sanitized
Test that sensitive session data is redacted.
tests/panels/test_request.py:184
Method
test_serialize
(self)
tests/test_store.py:18
Method
test_serialize_binary_data
(self)
tests/test_store.py:24
Method
test_serialize_safestring
(self)
tests/test_store.py:210
Method
test_serialize_unexpected
(self)
tests/test_store.py:77
Method
test_server_timing_headers
(self)
tests/test_integration_async.py:510
Method
test_server_timing_headers
(self)
tests/test_integration.py:657
Method
test_session_list_sorted_or_not
Verify the session is sorted when all keys are strings. See https://github.com/django-commons/django-debug-toolbar/issues/1668
tests/panels/test_request.py:113
Method
test_set
(self)
tests/test_store.py:141
Method
test_set_max_size
(self)
tests/test_store.py:146
Method
test_set_max_size
DatabaseStore test for max size using set() instead of save_panel(). The cleanup logic is triggered by set(), not save_panel().
tests/test_store.py:259
Method
test_set_max_size
Override to preserve cache backend settings.
tests/test_store.py:439
Method
test_should_render_panels_RENDER_PANELS
The toolbar should force rendering panels on each request based on the RENDER_PANELS setting.
tests/test_integration.py:114
Method
test_show_toolbar
Just to verify that show_toolbar() works with an ASGIRequest too
tests/test_integration_async.py:55
Method
test_show_toolbar
(self)
tests/test_integration.py:72
Method
test_show_toolbar_DEBUG
(self)
tests/test_integration.py:75
← previous
next →
601–700 of 780, ranked by callers