MCPcopy Create free account

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

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

Methodgenerate_server_timing
(self, request, response)
debug_toolbar/panels/cache.py:237
Methodgenerate_server_timing
(self, request, response)
debug_toolbar/panels/timer.py:114
Methodgenerate_server_timing
(self, request, response)
debug_toolbar/panels/sql/panel.py:309
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/profiling.py:178
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/signals.py:79
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/versions.py:25
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/staticfiles.py:90
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/headers.py:50
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/cache.py:224
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/timer.py:80
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/settings.py:34
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/request.py:26
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/alerts.py:143
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/sql/panel.py:215
Methodgenerate_stats
(self, request, response)
debug_toolbar/panels/templates/panel.py:189
Methodgenerate_stats
(self, request: HttpRequest, response: HttpResponse)
debug_toolbar/panels/history/panel.py:55
Functionget
(key)
debug_toolbar/static/debug_toolbar/js/toolbar.js:348
Functionget_config
()
debug_toolbar/settings.py:67
Methodget_headers
Get headers the panel needs to set. Called after :meth:`process_request <debug_toolbar.panels.Panel.generate_stats>` and
debug_toolbar/panels/__init__.py:233
Methodget_headers
(self, request: HttpRequest)
debug_toolbar/panels/history/panel.py:25
Functionget_nonce
(request)
debug_toolbar/_compat.py:19
Functionget_panels
()
debug_toolbar/settings.py:94
Functionget_response
(request)
tests/test_integration_async.py:34
Methodget_response
(request)
tests/test_integration_async.py:99
Methodget_response
(request)
tests/test_middleware.py:56
Methodget_response
(request)
tests/test_integration.py:159
Methodget_response
(request)
tests/panels/test_redirects.py:68
Methodget_response
(request)
tests/panels/test_staticfiles.py:37
Methodget_response_async
(self, request)
tests/base.py:100
Methodget_template
(self, *args, **kwargs)
tests/loaders.py:6
Methodget_urls
Return URLpatterns, if the panel has its own views.
debug_toolbar/panels/__init__.py:148
Methodget_urls
(cls)
debug_toolbar/panels/sql/panel.py:191
Methodget_urls
(cls)
debug_toolbar/panels/templates/panel.py:123
Methodget_urls
(cls)
debug_toolbar/panels/history/panel.py:45
Methodhandle_endtag
(self, tag)
debug_toolbar/panels/alerts.py:54
Methodhandle_starttag
(self, tag, attrs)
debug_toolbar/panels/alerts.py:23
Methodhandle_toolbar_created
(sender, toolbar=None, **kwargs)
tests/base.py:29
Methodhandle_toolbar_created
(sender, toolbar=None, **kwargs)
tests/base.py:50
Methodhas_content
``True`` if the panel can be displayed in full screen, ``False`` if it's only shown in the side bar. Defaults to ``True``.
debug_toolbar/panels/__init__.py:75
Functionhide
(element)
debug_toolbar/static/debug_toolbar/js/utils.js:29
FunctionhideOneLevel
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:273
FunctionhidePanels
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:239
FunctionhideToolbar
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:259
Functionhistory_refresh
Returns the refreshed list of table rows for the History Panel.
debug_toolbar/panels/history/views.py:48
Functionhistory_sidebar
Returns the selected debug toolbar history snapshot.
debug_toolbar/panels/history/views.py:14
Functionincrement
(request)
example/views.py:10
Functioninit
()
debug_toolbar/static/debug_toolbar/js/toolbar.js:18
Functioninner
(request, *args, **kwargs)
debug_toolbar/decorators.py:20
Methodis_historical
Panel supports rendering historical values. Defaults to :attr:`has_content`.
debug_toolbar/panels/__init__.py:83
Methodis_historical
The HistoryPanel should not be included in the historical panels.
debug_toolbar/panels/history/panel.py:40
Functionjinja2_view
(request)
example/views.py:19
Functionjs_mimetype_check
Check that JavaScript files are resolving to the correct content type.
debug_toolbar/apps.py:212
Functionjson_view
(request)
tests/views.py:119
Functionlogin_not_required
Decorator for views that allows access to unauthenticated requests.
debug_toolbar/_compat.py:7
Methodnav_subtitle
(self)
debug_toolbar/panels/signals.py:51
Methodnav_subtitle
(self)
debug_toolbar/panels/versions.py:18
Methodnav_subtitle
(self)
debug_toolbar/panels/staticfiles.py:84
Methodnav_subtitle
(self)
debug_toolbar/panels/cache.py:176
Methodnav_subtitle
Subtitle shown in the side bar. Defaults to the empty string.
debug_toolbar/panels/__init__.py:68
Methodnav_subtitle
(self)
debug_toolbar/panels/timer.py:22
Methodnav_subtitle
Show abbreviated name of view function as subtitle
debug_toolbar/panels/request.py:19
Methodnav_subtitle
(self)
debug_toolbar/panels/alerts.py:88
Methodnav_subtitle
(self)
debug_toolbar/panels/sql/panel.py:167
Methodnav_subtitle
(self)
debug_toolbar/panels/templates/panel.py:114
Methodnav_subtitle
(self)
debug_toolbar/panels/history/panel.py:52
Methodnav_title
Title shown in the side bar. Defaults to :attr:`title`.
debug_toolbar/panels/__init__.py:61
Functionnew_user
(request, username="joe")
tests/views.py:90
Functionon
(root, eventName, selector, fn)
debug_toolbar/static/debug_toolbar/js/utils.js:2
FunctiononHandleMove
(event)
debug_toolbar/static/debug_toolbar/js/toolbar.js:157
FunctiononKeyDown
(event)
debug_toolbar/static/debug_toolbar/js/toolbar.js:9
FunctiononPanelRender
* This is a helper function to attach a handler for a `djdt.panel.render` * event of a specific panel. * * root: The container element
debug_toolbar/static/debug_toolbar/js/utils.js:19
Methodpanel
Fetch the panel data for the given request_id
debug_toolbar/store.py:159
Methodpanel
Fetch the panel data for the given request_id
debug_toolbar/store.py:238
Methodpanel
Fetch the panel data for the given request_id.
debug_toolbar/store.py:412
Methodpanel_id
(cls)
debug_toolbar/panels/__init__.py:25
Methodpanels
Get a list of all available panels.
debug_toolbar/toolbar.py:65
Methodpanels
Fetch all the panel data for the given request_id
debug_toolbar/store.py:169
Methodpanels
Fetch all panel data for the given request_id
debug_toolbar/store.py:250
Methodparent_classes
(self)
debug_toolbar/panels/profiling.py:30
Methodprocess
(self, stream)
debug_toolbar/panels/sql/utils.py:18
Methodprocess
(self, stmt)
debug_toolbar/panels/sql/utils.py:57
Methodprocess
(stmt)
debug_toolbar/panels/sql/utils.py:87
Methodprocess_request
(self, request)
debug_toolbar/panels/profiling.py:161
Methodprocess_request
(self, request)
debug_toolbar/panels/headers.py:37
Methodprocess_request
(self, request)
debug_toolbar/panels/timer.py:63
Methodprocess_request
(self, request)
debug_toolbar/panels/redirects.py:40
Methodready
(self)
debug_toolbar/apps.py:20
Methodready
(cls)
debug_toolbar/panels/staticfiles.py:59
Methodready
(cls)
debug_toolbar/panels/cache.py:89
Functionredirect_view
(request)
tests/views.py:132
Functionregular_jinjia_view
(request, title)
tests/views.py:123
Functionrender_panel
Render the contents of a panel
debug_toolbar/views.py:14
Functionrender_with_toolbar_language
Force any rendering within the view to use the toolbar's language.
debug_toolbar/decorators.py:39
Methodrequest
(self, **request)
tests/base.py:43
Methodrequest_ids
The stored request ids
debug_toolbar/store.py:118
Methodrequest_ids
Return all stored request ids within the cache size limit
debug_toolbar/store.py:194
Methodrequest_ids
The stored request ids.
debug_toolbar/store.py:345
Functionrequire_show_toolbar
Async compatible decorator to restrict access to a view based on the Debug Toolbar's visibility settings.
debug_toolbar/decorators.py:10
Functionresolving_view
(request, arg1, arg2)
tests/views.py:95
Methodrun_side_effect
(sql)
tests/panels/test_sql.py:885
← previousnext →301–400 of 780, ranked by callers