I saw that the render method in django.form.widgets. multiwidget class changes the id of internal widgets .Shouldn't it set internal widget ids if they are specified in attrs of widgets passed to the init.
I saw that the render method in django.form.widgets. multiwidget class changes the id of internal widgets .Shouldn't it set internal widget ids if they are specified in attrs of widgets passed to the init.