summaryrefslogtreecommitdiff
path: root/django/forms/templates
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34077 -- Added form field rendering.David Smith2023-03-242-10/+11
* Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak2023-01-172-2/+0
* Fixed #32339 -- Added div.html form template.David Smith2022-05-052-0/+25
* Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.David2022-01-073-3/+3
* Refs #32338 -- Added Boundfield.legend_tag().David Smith2021-12-091-1/+1
* Fixed #31026 -- Switched form rendering to template engine.David Smith2021-09-2016-0/+89
* Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith2021-08-271-5/+5
* Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina2020-06-011-1/+1
* Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham2018-03-151-1/+1
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-212-4/+4
* Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope2017-12-051-1/+1
* Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov2017-07-191-4/+4
* Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...Tim Graham2017-06-172-2/+2
* Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.h...Tim Graham2017-06-171-1/+1
* Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...Tim Graham2017-04-201-1/+1
* Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz2017-03-141-1/+1
* Replaced "not var is ..." with "is not" in attrs.html.Jon Dufresne2017-01-231-1/+1
* Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.Jon Dufresne2017-01-231-1/+1
* Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.Jon Dufresne2017-01-231-1/+1
* Refs #15667 -- Prevented newlines in attrs.html widget rendering.Dmitry2017-01-061-1/+1
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-2728-0/+41