1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00
django/django/forms
Matt Johnson 907ef9d0d1 Fixed #20555 -- Make subwidget id attribute available
In `BoundField.__iter__`, the widget's id attribute is now passed to
each subwidget. A new id_for_label property was added to ChoiceInput.
2013-08-13 13:23:05 -04:00
..
extras Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
__init__.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
fields.py Fixed #15511 -- Allow optional fields on `MultiValueField subclasses. 2013-08-06 08:50:47 -04:00
forms.py Fixed #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04:00
formsets.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
models.py Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
util.py
widgets.py Fixed #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04:00