| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed #34077 -- Added form field rendering. | David Smith | 2023-03-24 | 2 | -10/+11 |
| | | |||||
| * | Refs #32339 -- Changed default form and formset rendering style to div-based. | Mariusz Felisiak | 2023-01-17 | 2 | -2/+0 |
| | | | | | | | | Per deprecation timeline. This also removes "django/forms/default.html" and "django/forms/formsets/default.html" templates. | ||||
| * | Fixed #32339 -- Added div.html form template. | David Smith | 2022-05-05 | 2 | -0/+25 |
| | | |||||
| * | Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe. | David | 2022-01-07 | 3 | -3/+3 |
| | | | | | | | Regression in 456466d932830b096d39806e291fe23ec5ed38d5. Thanks Matt Westcott for the report. | ||||
| * | Refs #32338 -- Added Boundfield.legend_tag(). | David Smith | 2021-12-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed #31026 -- Switched form rendering to template engine. | David Smith | 2021-09-20 | 16 | -0/+89 |
| | | | | | | | | Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews. Co-authored-by: Johannes Hoppe <info@johanneshoppe.com> | ||||
| * | Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags. | David Smith | 2021-08-27 | 1 | -5/+5 |
| | | | | | This improves accessibility for screen reader users. | ||||
| * | Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ↵ | Carles Pina | 2020-06-01 | 1 | -1/+1 |
| | | | | | ClearableFileInput. | ||||
| * | Fixed #29200 -- Fixed label rendering when using RadioSelect and ↵ | Tim Graham | 2018-03-15 | 1 | -1/+1 |
| | | | | | CheckboxSelectMultiple with MultiWidget. | ||||
| * | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | 2018-01-21 | 2 | -4/+4 |
| | | |||||
| * | Fixed #28890 -- Removed newlines between MultiWidget's subwidgets. | Nick Pope | 2017-12-05 | 1 | -1/+1 |
| | | | | | Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01. | ||||
| * | Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of ↵ | Roman Selivanov | 2017-07-19 | 1 | -4/+4 |
| | | | | | MultiWidget. | ||||
| * | Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template ↵ | Tim Graham | 2017-06-17 | 2 | -2/+2 |
| | | | | | context. | ||||
| * | Fixed #28303 -- Prevented localization of attribute values in the DTL ↵ | Tim Graham | 2017-06-17 | 1 | -1/+1 |
| | | | | | attrs.html widget template. | ||||
| * | Fixed #28059 -- Restored class attribute in <ul> of widgets that use ↵ | Tim Graham | 2017-04-20 | 1 | -1/+1 |
| | | | | | | | multiple_input.html. Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01 | ||||
| * | Fixed #27920 -- Restored empty RadioSelect choice producing value="" | Claude Paroz | 2017-03-14 | 1 | -1/+1 |
| | | | | | | Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01. Thanks Tim Graham for the review. | ||||
| * | Replaced "not var is ..." with "is not" in attrs.html. | Jon Dufresne | 2017-01-23 | 1 | -1/+1 |
| | | |||||
| * | Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs. | Jon Dufresne | 2017-01-23 | 1 | -1/+1 |
| | | | | | Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01. | ||||
| * | Fixed #27761 -- Fixed quote location in multiple_input.html forms templates. | Jon Dufresne | 2017-01-23 | 1 | -1/+1 |
| | | |||||
| * | Refs #15667 -- Prevented newlines in attrs.html widget rendering. | Dmitry | 2017-01-06 | 1 | -1/+1 |
| | | | | | | | | Removed the trailing newline from widget attrs.html template. The solution may be revisited by fixing refs #9198 but not for Django 1.11. Thanks Dmitry Ivanchenko for the report and Preston Timmons for advice. | ||||
| * | Fixed #15667 -- Added template-based widget rendering. | Preston Timmons | 2016-12-27 | 28 | -0/+41 |
| Thanks Carl Meyer and Tim Graham for contributing to the patch. | |||||
