diff --git a/django/forms/widgets.py b/django/forms/widgets.py index b1c612c26a..7ea3c7bcbf 100644 --- a/django/forms/widgets.py +++ b/django/forms/widgets.py @@ -776,7 +776,7 @@ class CheckboxSelectMultiple(ChoiceWidget): return False def id_for_label(self, id_, index=None): - """" + """ Don't include for="field_0" in