index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
forms
/
api.txt
Age
Commit message (
Expand
)
Author
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-28
Ensured :doc: role uses absolute targets in docs.
Adam Johnson
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-01-15
Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...
Matthias Kestenholz
2025-01-02
Fixed #32819 -- Added aria-describedby to fields with errors.
David Smith
2024-12-17
Refs #32819 -- Added aria-describedby property to BoundField.
David Smith
2024-12-05
Refs #32819 -- Added id to ErrorList class and template.
David Smith
2024-11-27
Removed trailing whitespace in docs.
Adam Zapletal
2024-10-31
Updated the "Built-in Field classes" section reference to a link.
antoliny0919
2024-10-30
Fixed #35873 -- Corrected Form.as_table() call in form docs.
antoliny0919
2024-10-29
Fixed #35871 -- Corrected example on altering the base_fields attribute in fo...
antoliny0919
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-12-30
Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.
Salvo Polizzi
2023-10-25
Added missing pycon directives in various docs.
Mariusz Felisiak
2023-08-01
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
Gregor Jerše
2023-03-24
Fixed #34077 -- Added form field rendering.
David Smith
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-15
Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...
David Smith
2023-02-15
Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...
David Smith
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
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
2022-04-27
Refs #32339 -- Allowed renderer to specify default form and formset templates.
Carlton Gibson
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
2021-07-27
Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_init...
Chris Jerdonek
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 invo...
Tobias Kunze
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
[next]