diff --git a/django/forms/widgets.py b/django/forms/widgets.py index 0a24e924a5..00c19e2c55 100644 --- a/django/forms/widgets.py +++ b/django/forms/widgets.py @@ -762,8 +762,18 @@ class RadioSelect(ChoiceWidget): template_name = 'django/forms/widgets/radio.html' option_template_name = 'django/forms/widgets/radio_option.html' + def id_for_label(self, id_, index=None): + """ + Don't include for="field_0" in