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
/
templates
Age
Commit message (
Expand
)
Author
2024-12-17
Refs #32819 -- Added aria-describedby property to BoundField.
David Smith
2024-12-05
Refs #32819 -- Added id to ErrorList class and template.
David Smith
2024-08-02
Fixed #35601 -- Added TelInput widget.
lucasesposito
2024-08-02
Fixed #35599 -- Added ColorInput widget.
arjunomray
2024-07-31
Fixed #35598 -- Added SearchInput widget.
Jeremy Thompson
2024-03-14
Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute whe...
Johannes Maron
2023-11-17
Refs #32819 -- Established relationship between form fieldsets and their help...
David Smith
2023-11-16
Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...
David Smith
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
2023-01-17
Refs #32339 -- Changed default form and formset rendering style to div-based.
Mariusz Felisiak
2022-05-05
Fixed #32339 -- Added div.html form template.
David Smith
2022-01-07
Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.
David
2021-12-09
Refs #32338 -- Added Boundfield.legend_tag().
David Smith
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2021-08-27
Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.
David Smith
2020-06-01
Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...
Carles Pina
2018-03-15
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...
Tim Graham
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-05
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Nick Pope
2017-07-19
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...
Roman Selivanov
2017-06-17
Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...
Tim Graham
2017-06-17
Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.h...
Tim Graham
2017-04-20
Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...
Tim Graham
2017-03-14
Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-01-23
Replaced "not var is ..." with "is not" in attrs.html.
Jon Dufresne
2017-01-23
Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.
Jon Dufresne
2017-01-23
Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.
Jon Dufresne
2017-01-06
Refs #15667 -- Prevented newlines in attrs.html widget rendering.
Dmitry
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons