We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b72c03e + 1c7fb8b commit cef4576Copy full SHA for cef4576
docs/panels.rst
@@ -14,9 +14,11 @@ Alerts
14
15
.. class:: debug_toolbar.panels.alerts.AlertsPanel
16
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``.
+This panel shows alerts for a set of pre-defined cases:
+
+- 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
History
24
~~~~~~~
0 commit comments