| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-28 | [4.2.x] Refs #34140 -- Corrected rst code-block and various formatting ↵ | Joseph Victor Zammit | |
| issues in docs. Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main | |||
| 2023-02-10 | [4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main. | |||
| 2022-12-07 | Refs #32339 -- Updated Form API docs to prefer as_div() output style. | David Smith | |
| 2022-05-17 | Removed versionadded/changed annotations for 4.0. | Carlton Gibson | |
| 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-04-27 | Refs #32339 -- Allowed renderer to specify default form and formset templates. | Carlton Gibson | |
| Co-authored-by: David Smith <smithdc@gmail.com> | |||
| 2022-03-30 | Refs #32339 -- Added use_fieldset to Widget. | David | |
| 2021-12-09 | Refs #32338 -- Added Boundfield.legend_tag(). | David Smith | |
| 2021-10-06 | Refs #31026 -- Improved BoundField.label_tag() docs. | David Smith | |
| 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-07-27 | Fixed #32933 -- Documented BoundField.initial as preferred over ↵ | Chris Jerdonek | |
| Form.get_initial_for_field(). | |||
| 2021-01-14 | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | |
| 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 | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-04-09 | Fixed #30321 -- Added example of changed_data to forms docs. | Bruno Furtado | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham | |
| 2017-05-27 | Corrected REPL example in forms docs for Python 3. | Jon Dufresne | |
| 2017-05-27 | Fixed #27922 -- Added ErrorDict.get_json_data(). | Tim Heap | |
| 2017-01-26 | Refs #23919, #27778 -- Removed obsolete mentions of unicode. | Vytis Banaitis | |
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2017-01-17 | Removed versionadded/changed annotations for 1.10. | Tim Graham | |
| 2016-12-27 | Fixed #15667 -- Added template-based widget rendering. | Preston Timmons | |
| Thanks Carl Meyer and Tim Graham for contributing to the patch. | |||
| 2016-10-19 | Fixed #27361 -- Used "from django import forms" in forms api docs. | Zach Borboa | |
| 2016-08-18 | Fixed #27068 -- Unified form field initial data retrieval. | Jon Dufresne | |
| 2016-08-17 | Fixed incorrect doc reference to Field.initial. | Jon Dufresne | |
| 2016-08-04 | Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style. | Jon Dufresne | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-04-21 | Fixed #22383 -- Added support for HTML5 required attribute on required form ↵ | Jon Dufresne | |
| fields. | |||
| 2016-03-19 | Fixed #26265 -- Clarified RadioSelect container's HTML id. | Tim Graham | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-09-21 | Fixed #12856 -- Documented BoundField API. | Moritz Sichert | |
| 2015-09-16 | Fixed #25294 -- Allowed custom BoundFields on forms. | Moritz Sichert | |
| 2015-08-14 | Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt | Tim Graham | |
| 2015-06-04 | Fixed #24191 -- Documented Form.changed_data | Alasdair Nicol | |
| Thanks rhertzog and Björn Påhlsson for the suggestion. | |||
| 2015-05-25 | Fixed #24788 -- Allowed Forms to specify a prefix at the class level. | Paweł Marczewski | |
| 2015-03-16 | Fixed #5986 -- Added ability to customize order of Form fields | Thomas Tanner | |
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2014-12-05 | Corrected example in Form.has_changed() docs. | Tim Graham | |
| 2014-08-15 | Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed(). | Gabriel Muñumel | |
| 2014-08-14 | Fixed a grammar error in docs/ref/forms/api.txt. | Zhaorong Ma | |
| 2014-08-05 | Fixed #21792 -- Documented Form.has_changed() | Tim Graham | |
| Thanks bjb at credil.org for the suggestion and Ivan Mesic for the draft patch. | |||
| 2014-06-30 | Fixed #21942 -- Moved Form.clean() to form API docs. | Tim Graham | |
| Thanks cjerdonek for the suggestion. | |||
| 2014-06-24 | Fixed #22796 -- Added a more basic explanations of forms. | Daniele Procida | |
| Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews. | |||
