@@ -9,17 +9,6 @@ Default built-in panels
9
9
10
10
The following panels are enabled by default.
11
11
12
- Alerts
13
- ~~~~~~~
14
-
15
- .. class :: debug_toolbar.panels.alerts.AlertsPanel
16
-
17
- This panel shows alerts for a set of pre-defined cases:
18
-
19
- - Alerts when the response has a form without the
20
- ``enctype="multipart/form-data" `` attribute and the form contains
21
- a file input.
22
-
23
12
History
24
13
~~~~~~~
25
14
@@ -33,8 +22,8 @@ snapshot of the toolbar to view that request's stats.
33
22
``True `` or if the server runs with multiple processes, the History Panel
34
23
will be disabled.
35
24
36
- Version
37
- ~~~~~~~
25
+ Versions
26
+ ~~~~~~~~
38
27
39
28
.. class :: debug_toolbar.panels.versions.VersionsPanel
40
29
80
69
81
70
SQL queries including time to execute and links to EXPLAIN each query.
82
71
83
- Template
84
- ~~~~~~~~
72
+ Static files
73
+ ~~~~~~~~~~~~
74
+
75
+ .. class :: debug_toolbar.panels.staticfiles.StaticFilesPanel
76
+
77
+ Used static files and their locations (via the ``staticfiles `` finders).
78
+
79
+ Templates
80
+ ~~~~~~~~~
85
81
86
82
.. class :: debug_toolbar.panels.templates.TemplatesPanel
87
83
88
84
Templates and context used, and their template paths.
89
85
90
- Static files
91
- ~~~~~~~~~~~~
86
+ Alerts
87
+ ~~~~~~~
92
88
93
- .. class :: debug_toolbar.panels.staticfiles.StaticFilesPanel
89
+ .. class :: debug_toolbar.panels.alerts.AlertsPanel
94
90
95
- Used static files and their locations (via the ``staticfiles `` finders).
91
+ This panel shows alerts for a set of pre-defined cases:
92
+
93
+ - Alerts when the response has a form without the
94
+ ``enctype="multipart/form-data" `` attribute and the form contains
95
+ a file input.
96
96
97
97
Cache
98
98
~~~~~
@@ -101,8 +101,8 @@ Cache
101
101
102
102
Cache queries. Is incompatible with Django's per-site caching.
103
103
104
- Signal
105
- ~~~~~~
104
+ Signals
105
+ ~~~~~~~
106
106
107
107
.. class :: debug_toolbar.panels.signals.SignalsPanel
108
108
0 commit comments