summaryrefslogtreecommitdiff
path: root/django/forms/templates
AgeCommit message (Expand)Author
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-08-27Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith
2020-06-01Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina
2018-03-15Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-12-05Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope
2017-07-19Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov
2017-06-17Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...Tim Graham
2017-06-17Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.h...Tim Graham
2017-04-20Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...Tim Graham
2017-03-14Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-01-23Replaced "not var is ..." with "is not" in attrs.html.Jon Dufresne
2017-01-23Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.Jon Dufresne
2017-01-23Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.Jon Dufresne
2017-01-06Refs #15667 -- Prevented newlines in attrs.html widget rendering.Dmitry
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons