MCPcopy Create free account

hub / github.com/django-commons/django-debug-toolbar / types & classes

Types & classes125 in github.com/django-commons/django-debug-toolbar

↓ 12 callersClassDebugToolbar
debug_toolbar/toolbar.py:35
↓ 8 callersClassDebugToolbarMiddleware
Middleware to set up Debug Toolbar on incoming request and render toolbar on outgoing response.
debug_toolbar/middleware.py:108
↓ 6 callersClassSignedDataForm
Helper form that wraps a form to validate its contents on post. class PanelForm(forms.Form): # fields On render: form = Sign
debug_toolbar/forms.py:10
↓ 5 callersClassHistoryStoreForm
Validate params request_id: The key for the store instance to be fetched.
debug_toolbar/panels/history/forms.py:4
↓ 4 callersClassFakeApp
tests/panels/test_versions.py:16
↓ 4 callersClassSQLSelectForm
Validate params request_id: The identifier for the request query_id: The identifier for the query
debug_toolbar/panels/sql/forms.py:11
↓ 3 callersClassHistoryEntry
debug_toolbar/models.py:5
↓ 3 callersClassNonAsciiRepr
tests/models.py:6
↓ 2 callersClassFunctionCall
debug_toolbar/panels/profiling.py:14
↓ 2 callersClassHideRepr
tests/test_utils.py:97
↓ 2 callersClassMockAsyncPanel
tests/panels/test_async_panel_compatibility.py:8
↓ 2 callersClassMockSyncPanel
tests/panels/test_async_panel_compatibility.py:12
↓ 2 callersClassSQLPanel
Panel that displays information about the SQL queries run while processing the request.
debug_toolbar/panels/sql/panel.py:111
↓ 1 callersClassBoldKeywordFilter
sqlparse filter to bold SQL keywords
debug_toolbar/panels/sql/utils.py:54
↓ 1 callersClassElideSelectListsFilter
sqlparse filter to elide the select list from top-level SELECT ... FROM clauses, if present
debug_toolbar/panels/sql/utils.py:14
↓ 1 callersClassEscapedStringSerializer
sqlparse post-processor to convert a Statement into a string escaped for inclusion in HTML .
debug_toolbar/panels/sql/utils.py:82
↓ 1 callersClassFailOnIteration
tests/test_integration_async.py:84
↓ 1 callersClassFailOnIteration
tests/test_integration.py:100
↓ 1 callersClassFooForm
tests/test_forms.py:14
↓ 1 callersClassFormParser
HTML form parser, used to check for invalid configurations of forms that take file inputs.
debug_toolbar/panels/alerts.py:9
↓ 1 callersClassRequestContext
debug_toolbar/_stubs.py:25
↓ 1 callersClassSQLQueryTriggered
Thrown when template panel triggers a query
debug_toolbar/panels/sql/tracking.py:55
↓ 1 callersClassStoredDebugToolbar
debug_toolbar/toolbar.py:220
↓ 1 callersClassTemplateReprForm
tests/forms.py:5
↓ 1 callersClass_StackTraceRecorder
debug_toolbar/utils.py:296
↓ 1 callersClass_UntrackedCache
Wrapper around a Django cache backend that suppresses debug toolbar tracking. The cache panel's monkey-patched methods check ``cache._djdt_p
debug_toolbar/store.py:260
ClassA
tests/test_utils.py:34
ClassAlertsPanel
A panel to alert users to issues.
debug_toolbar/panels/alerts.py:60
ClassAlertsPanelTestCase
tests/panels/test_alerts.py:7
ClassAppsTestCase
tests/test_apps.py:9
ClassAsyncToolbarTestClient
tests/base.py:42
ClassBaseMixin
tests/base.py:67
ClassBaseMultiDBTestCase
tests/base.py:123
ClassBaseStore
debug_toolbar/store.py:73
ClassBaseStoreTestCase
tests/test_store.py:90
ClassBaseTestCase
tests/base.py:119
ClassBinary
tests/models.py:11
ClassBuggyPanel
tests/test_integration_async.py:42
ClassBuggyPanel
tests/test_integration.py:61
ClassCachePanel
Panel that displays the cache statistics.
debug_toolbar/panels/cache.py:58
ClassCachePanelTestCase
tests/panels/test_cache.py:8
ClassCacheStore
Store that uses Django's cache framework to persist debug toolbar data.
debug_toolbar/store.py:289
ClassCacheStoreWithDatabaseBackendTestCase
Test CacheStore with DatabaseCache backend. This ensures CacheStore works correctly when using database-backed caching.
tests/test_store.py:416
ClassCacheStoreWithMemoryBackendTestCase
Test CacheStore with LocMemCache backend (in-memory caching).
tests/test_store.py:337
ClassChecksTestCase
tests/test_checks.py:10
ClassCommonStoreTestsMixin
Mixin class with common tests that apply to all store implementations. Subclasses must set self.store to the appropriate store class. Sub
tests/test_store.py:113
ClassCommunityPanel
A panel that provides links to the Django Debug Toolbar community.
debug_toolbar/panels/community.py:6
ClassCspRenderingTestCase
Testing if `csp-nonce` renders.
tests/test_csp_rendering.py:53
ClassCustomPanel
tests/panels/test_custom.py:8
ClassCustomPanelTestCase
tests/panels/test_custom.py:16
ClassDatabaseStore
debug_toolbar/store.py:179
ClassDatabaseStoreTestCase
tests/test_store.py:241
ClassDatabaseSyncToAsync
SyncToAsync version that cleans up old database connections when it exits.
tests/sync.py:9
ClassDebugSQLShellTestCase
tests/commands/test_debugsqlshell.py:17
ClassDebugToolbarConfig
debug_toolbar/apps.py:16
ClassDebugToolbarIntegrationTestCase
tests/test_integration_async.py:234
ClassDebugToolbarIntegrationTestCase
tests/test_integration.py:314
ClassDebugToolbarJSONDecoder
Custom JSON decoder that reconstructs binary data during parsing.
debug_toolbar/store.py:52
ClassDebugToolbarJSONEncoder
debug_toolbar/store.py:23
ClassDebugToolbarLiveTestCase
tests/test_integration.py:702
ClassDebugToolbarTestCase
tests/test_integration_async.py:52
ClassDebugToolbarTestCase
tests/test_integration.py:71
ClassDebugToolbarUrlsTestCase
tests/test_toolbar.py:7
ClassDjDTCursorWrapper
debug_toolbar/panels/sql/tracking.py:108
ClassDjDTCursorWrapperMixin
debug_toolbar/panels/sql/tracking.py:114
ClassExceptionCursorMixin
Wraps a cursor and raises an exception on any operation. Used in Templates panel.
debug_toolbar/panels/sql/tracking.py:121
ClassForceStrTestCase
tests/test_sanitize.py:6
ClassGetNameFromObjTestCase
tests/test_utils.py:17
ClassGetResponse
debug_toolbar/_stubs.py:30
ClassGetStoreTestCase
tests/test_store.py:227
ClassHeadersPanel
A panel to display HTTP headers.
debug_toolbar/panels/headers.py:6
ClassHistoryEntryTestCase
tests/test_models.py:8
ClassHistoryPanel
A panel to display History
debug_toolbar/panels/history/panel.py:17
ClassHistoryPanelTestCase
tests/panels/test_history.py:17
ClassHistoryViewsTestCase
tests/panels/test_history.py:71
ClassInspectStack
debug_toolbar/_stubs.py:9
ClassIntegrationTestCase
Base TestCase for tests involving clients making requests.
tests/base.py:127
ClassJinjaTemplateTestCase
tests/panels/test_template.py:156
ClassLoaderWithSQL
tests/loaders.py:5
ClassLocation
tests/models.py:28
ClassLoginNotRequiredTestCase
tests/test_login_not_required.py:18
ClassMemoryStore
debug_toolbar/store.py:110
ClassMemoryStoreTestCase
tests/test_store.py:202
ClassMeta
debug_toolbar/models.py:10
ClassMiddlewareSyncAsyncCompatibilityTestCase
tests/test_middleware.py:27
ClassMigration
debug_toolbar/migrations/0001_initial.py:4
ClassNormalCursorMixin
Wraps a cursor and logs queries.
debug_toolbar/panels/sql/tracking.py:131
ClassPanel
Base class for panels.
debug_toolbar/panels/__init__.py:10
ClassPanelAsyncCompatibilityTestCase
tests/panels/test_async_panel_compatibility.py:16
ClassPostgresJSON
tests/models.py:18
ClassPrintQueryWrapper
debug_toolbar/management/commands/debugsqlshell.py:20
ClassProfilingPanel
Panel that displays profiling information.
debug_toolbar/panels/profiling.py:150
ClassProfilingPanelIntegrationTestCase
tests/panels/test_profiling.py:95
ClassProfilingPanelTestCase
tests/panels/test_profiling.py:18
ClassRedirectsPanel
Panel that intercepts redirects and displays a page with debug info.
debug_toolbar/panels/redirects.py:10
ClassRedirectsPanelTestCase
tests/panels/test_redirects.py:12
ClassRenderContext
debug_toolbar/_stubs.py:21
ClassRenderStacktraceTestCase
tests/test_utils.py:43
ClassRenderWithToolbarLanguageTestCase
tests/test_decorators.py:56
ClassRequestPanel
A panel to display request variables (POST/GET, session, cookies).
debug_toolbar/panels/request.py:9
next →1–100 of 125, ranked by callers