Skip to content

Commit cef4576

Browse files
committed
Merge branch 'issue_1682_alerts_panel' of https://github.com/bkdekoning/django-debug-toolbar into issue_1682_alerts_panel
2 parents b72c03e + 1c7fb8b commit cef4576

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)