Skip to content

Commit 1c7fb8b

Browse files
Update AlertsPanel documentation to list pre-defined alert cases
Co-authored-by: Tim Schilling <schilling711@gmail.com>
1 parent 97fa2e5 commit 1c7fb8b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/panels.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ Alerts
1414

1515
.. class:: debug_toolbar.panels.alerts.AlertsPanel
1616

17-
This panel shows alerts for a set of pre-defined issues. Currently, the only
18-
issue it checks for is the encoding of a form that takes a file input not
19-
being set to ``multipart/form-data``.
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
2022

2123
History
2224
~~~~~~~

0 commit comments

Comments
 (0)