summaryrefslogtreecommitdiff
path: root/docs/ref/forms/api.txt
AgeCommit message (Expand)Author
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-01-15Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...Matthias Kestenholz
2025-01-02Fixed #32819 -- Added aria-describedby to fields with errors.David Smith
2024-12-17Refs #32819 -- Added aria-describedby property to BoundField.David Smith
2024-12-05Refs #32819 -- Added id to ErrorList class and template.David Smith
2024-11-27Removed trailing whitespace in docs.Adam Zapletal
2024-10-31Updated the "Built-in Field classes" section reference to a link.antoliny0919
2024-10-30Fixed #35873 -- Corrected Form.as_table() call in form docs.antoliny0919
2024-10-29Fixed #35871 -- Corrected example on altering the base_fields attribute in fo...antoliny0919
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2023-12-30Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.Salvo Polizzi
2023-10-25Added 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