summaryrefslogtreecommitdiff
path: root/docs/ref/forms/api.txt
AgeCommit message (Expand)Author
2023-12-30[5.0.x] Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.Salvo Polizzi
2023-10-25[5.0.x] Added missing pycon directives in various docs.Mariusz Felisiak
2023-08-01Fixed #32820 -- Added aria-invalid="true" to fields with errors.Gregor Jerše
2023-03-24Fixed #34077 -- Added form field rendering.David Smith
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-15Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith
2023-02-15Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-07Refs #32339 -- Updated Form API docs to prefer as_div() output style.David Smith
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-05Fixed #32339 -- Added div.html form template.David Smith
2022-05-04Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson
2022-04-27Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson
2022-03-30Refs #32339 -- Added use_fieldset to Widget.David
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-10-06Refs #31026 -- Improved BoundField.label_tag() docs.David Smith
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-07-27Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_init...Chris Jerdonek
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-04-24Corrected outputting BooleanField as HTML in forms docs.Tim Schilling
2020-04-10Refs #10427 -- Corrected BoundField.css_classes() signature in docs.David Smith
2020-04-10Fixed #13009 -- Added BoundField.widget_type property.David Smith
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-09Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-05-27Corrected REPL example in forms docs for Python 3.Jon Dufresne
2017-05-27Fixed #27922 -- Added ErrorDict.get_json_data().Tim Heap
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-10-19Fixed #27361 -- Used "from django import forms" in forms api docs.Zach Borboa
2016-08-18Fixed #27068 -- Unified form field initial data retrieval.Jon Dufresne
2016-08-17Fixed incorrect doc reference to Field.initial.Jon Dufresne
2016-08-04Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.Jon Dufresne
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-03-19Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-21Fixed #12856 -- Documented BoundField API.Moritz Sichert
2015-09-16Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert
2015-08-14Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
2015-06-04Fixed #24191 -- Documented Form.changed_dataAlasdair Nicol
2015-05-25Fixed #24788 -- Allowed Forms to specify a prefix at the class level.Paweł Marczewski