summaryrefslogtreecommitdiff
path: root/django/forms/boundfield.py
AgeCommit message (Expand)Author
2016-08-12[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput w...Jon Dufresne
2016-08-01[1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required ...Jon Dufresne
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-02-24Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne
2015-09-16Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert