| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-03 | [4.1.x] Fixed documentation of Widget.id_for_label() empty return value. | Swann | |
| Backport of d0863429a39dbc99a52a6d781006e7075c743d33 from main | |||
| 2022-05-17 | Refs #32339 -- Deprecated default.html form template. | David Smith | |
| Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2022-05-12 | Fixed #32559 -- Added 'step_size’ to numeric form fields. | Kapil Bansal | |
| Co-authored-by: Jacob Rief <jacob.rief@uibk.ac.at> | |||
| 2022-05-05 | Fixed #32339 -- Added div.html form template. | David Smith | |
| 2022-05-04 | Refs #32339 -- Restructured outputting HTML form docs. | Carlton Gibson | |
| In the topic doc, promoted the Reusable form templates section. In the reference, re-grouped and promoted the default __str__() rendering path, and then gathered the various as_*() helpers subsequently. Thanks to David Smith for review. | |||
| 2022-05-03 | Fixed #33658 -- Doc'd ModelChoiceField.blank attribute. | Alokik Vijay | |
| Thanks Mariusz Felisiak for reviewing. | |||
| 2022-04-27 | Refs #32339 -- Allowed renderer to specify default form and formset templates. | Carlton Gibson | |
| Co-authored-by: David Smith <smithdc@gmail.com> | |||
| 2022-04-27 | Refs #32339 -- Added base form renderer to docs. | Carlton Gibson | |
| 2022-03-30 | Refs #32339 -- Added use_fieldset to Widget. | David | |
| 2022-01-27 | Fixed #26142 -- Allowed model formsets to prevent new object creation. | vgolubev | |
| Thanks Jacob Walls, David Smith, and Mariusz Felisiak for reviews. Co-authored-by: parth <parthvin@gmail.com> | |||
| 2021-12-28 | Avoided counting attributes and methods in docs. | Mariusz Felisiak | |
| 2021-12-22 | Refs #31026 -- Updated TemplatesSetting docs to refer to forms. | David Smith | |
| 2021-12-09 | Refs #32338 -- Added Boundfield.legend_tag(). | David Smith | |
| 2021-12-02 | Fixed #33334 -- Alphabetized form and model fields in reference docs. | Shivam Durgbuns | |
| 2021-10-06 | Refs #31026 -- Improved BoundField.label_tag() docs. | David Smith | |
| 2021-09-20 | Removed versionadded/changed annotations for 3.2. | Mariusz Felisiak | |
| 2021-09-20 | Fixed #31026 -- Switched form rendering to template engine. | David Smith | |
| Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews. Co-authored-by: Johannes Hoppe <info@johanneshoppe.com> | |||
| 2021-08-27 | Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags. | David Smith | |
| This improves accessibility for screen reader users. | |||
| 2021-08-17 | Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. | Andrew Northall | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-07-27 | Fixed #32933 -- Documented BoundField.initial as preferred over ↵ | Chris Jerdonek | |
| Form.get_initial_for_field(). | |||
| 2021-06-04 | Refs #32338 -- Improved accessibility of RadioSelect examples in docs. | David Smith | |
| Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> | |||
| 2021-02-01 | Fixed typo in docs/ref/forms/widgets.txt. | Brad Solomon | |
| 2021-01-26 | Fixed #32347 -- Made ModelChoiceField include the value in ValidationError ↵ | Jerin Peter George | |
| for invalid_choice. | |||
| 2021-01-14 | Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per ↵ | Mariusz Felisiak | |
| deprecation timeline. | |||
| 2021-01-14 | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | |
| 2020-12-15 | Fixed typo in docs/ref/forms/widgets.txt. | Mariusz Felisiak | |
| Thanks rgs258 for the report. | |||
| 2020-12-15 | Added backticks to code literals in various docs. | Jon Dufresne | |
| 2020-10-17 | Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices. | Claude Paroz | |
| 2020-10-08 | Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField ↵ | Jacob Walls | |
| widgets. Thanks to David Smith for investigation and review. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2020-09-25 | Fixed #28009 -- Doc'd empty_value for CharField subclasses. | David Smith | |
| 2020-09-25 | Fixed empty values of forms.JSONField and forms.UUIDField in docs. | David Smith | |
| 2020-09-25 | Fixed typo and indentation in docs/ref/forms/fields.txt. | Mariusz Felisiak | |
| 2020-09-21 | Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ↵ | Mariusz Felisiak | |
| changes. | |||
| 2020-09-02 | Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable. | Carlton Gibson | |
| 2020-08-21 | Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt. | Ninad Kulkarni | |
| 2020-08-18 | Refs #17642 -- Doc'd min_num and validate_min arguments in ↵ | Mariusz Felisiak | |
| modelformset_factory() docs. Changed arguments ordering to match the modelformset_factory() signature. | |||
| 2020-07-13 | Fixed #21528 -- Added note about filtering form field's queryset based on ↵ | Caio Ariede | |
| instance to admin docs. | |||
| 2020-06-24 | Fixed #9061 -- Allowed FormSets to disable deleting extra forms. | David Smith | |
| Thanks to Dan Ward for the initial patch. | |||
| 2020-06-05 | Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ↵ | David Smith | |
| in formsets. Co-authored-by: ethurgood <ethurgood@gmail.com> | |||
| 2020-06-03 | Preferred usage of among/while to amongst/whilst. | David Smith | |
| 2020-05-08 | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | |
| Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-04-28 | Changed django.forms.ValidationError imports to ↵ | François Freitag | |
| django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-04-24 | Corrected outputting BooleanField as HTML in forms docs. | Tim Schilling | |
| 2020-04-10 | Refs #10427 -- Corrected BoundField.css_classes() signature in docs. | David Smith | |
| 2020-04-10 | Fixed #13009 -- Added BoundField.widget_type property. | David Smith | |
| 2020-04-09 | Mentioned non_field_errors in form validation docs. | Shrikrishna Singh | |
| 2020-04-01 | Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| 2020-03-24 | Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names. | David Smith | |
| 2020-03-14 | Fixed #31362 -- Removed nonexistent choices attribute from ↵ | David Smith | |
| MultipleHiddenInput's docs. Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb. | |||
