index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
/
boundfield.py
Age
Commit message (
Expand
)
Author
2025-11-13
Fixed #36724 -- Removed invalid "for" attribute on <legend> tags.
Kasyap Pentamaraju
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-02
Fixed #32819 -- Added aria-describedby to fields with errors.
David Smith
2024-12-17
Refs #32819 -- Added aria-describedby property to BoundField.
David Smith
2024-04-30
Refs #32819 -- Avoided adding 'aria-describedby' to hidden inputs.
David Smith
2023-11-16
Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...
David Smith
2023-08-01
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
Gregor Jerše
2023-07-12
Fixed #34705 -- Reallowed BoundField.as_widget()'s attrs argument to set aria...
Sage Abdullah
2023-07-06
Fixed #32819 -- Established relationship between form fields and their help t...
Gregor Jerše
2023-03-24
Fixed #34077 -- Added form field rendering.
David Smith
2022-11-18
Fixed #34119 -- Prevented callable default hidden widget value from being ove...
David Sanders
2022-03-30
Refs #32339 -- Added use_fieldset to Widget.
David
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-09
Refs #32338 -- Added Boundfield.legend_tag().
David Smith
2021-09-29
Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...
David Smith
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2021-08-04
Fixed #29205 -- Corrected rendering of required attributes for MultiValueFiel...
Jacob Walls
2021-08-04
Fixed #32855 -- Corrected BoundWidget.id_for_label() with custom auto_id.
Jacob Rief
2021-07-16
Fixed #32924 -- Changed BaseForm.get_initial_for_field() to remove microsecon...
Chris Jerdonek
2021-07-15
Refs #32920 -- Added BoundField._has_changed() for use in BaseForm.changed_da...
Chris Jerdonek
2021-07-13
Fixed #32917 -- Added BaseForm._widget_data_value()/_field_data_value().
Chris Jerdonek
2020-04-10
Fixed #13009 -- Added BoundField.widget_type property.
David Smith
2019-07-23
Improved error message when index in __getitem__() is invalid.
Jon Dufresne
2018-03-15
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...
Tim Graham
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-09-22
Refs #15667 -- Removed support for Widget.render() methods without the render...
Tim Graham
2017-06-02
Fixed #28265 -- Prevented renderer warning on Widget.render() with **kwargs.
Jon Dufresne
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-17
Fixed #28058 -- Restored empty BoundFields evaluating to True.
Tim Graham
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-18
Fixed #27068 -- Unified form field initial data retrieval.
Jon Dufresne
2016-08-12
Made BoundField.initial use cached_property.
Jon Dufresne
2016-08-12
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...
Jon Dufresne
2016-08-08
Fixed #27002 -- Prevented double query when rendering ModelChoiceField.
Alex Hill
2016-08-01
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Jon Dufresne
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-02-24
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2015-09-16
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert