index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2025-08-29
[5.2.x] Fixed #35831 -- Documented the model form meta API in model form refe...
Mustafa Pirbhai
2025-05-23
[5.2.x] Fixed typo in docs/ref/forms/renderers.txt.
Adam Zapletal
2025-01-15
Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...
Matthias Kestenholz
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
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-11-11
Updated validate_slug regular expression in form validation docs.
antoliny0919
2024-11-06
Fixed #35889 -- Corrected reference of default widgets in "Styling widget ins...
antoliny0919
2024-11-05
Fixed #35880 -- Removed invalid example in form Field.required docs due to Ch...
antoliny0919
2024-11-04
Made minor edits to form fields docs.
antoliny0919
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-08-05
Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-08-02
Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput docs.
Mariusz Felisiak
2024-08-02
Fixed #35601 -- Added TelInput widget.
lucasesposito
2024-08-02
Fixed #35599 -- Added ColorInput widget.
arjunomray
2024-07-31
Fixed #35598 -- Added SearchInput widget.
Jeremy Thompson
2024-05-30
Made cosmetic edits to code snippets reformatted with blacken-docs.
Mariusz Felisiak
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-04-26
Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when creating ...
Adam Zapletal
2023-12-30
Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.
Salvo Polizzi
2023-11-29
Refs #25778 -- Updated some links and references to HTTPS.
Adam Johnson
2023-11-28
Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
Mariusz Felisiak
2023-11-25
Refs #34380 -- Improved docs for forms.URLField.assume_scheme.
Adam Johnson
2023-11-17
Refs #32819 -- Established relationship between form fieldsets and their help...
David Smith
2023-11-16
Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...
David Smith
2023-10-25
Added missing pycon directives in various docs.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-01
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
Gregor Jerše
2023-07-18
Added reference to TypedChoiceField in ChoiceField docs.
David Sanders
2023-07-06
Fixed #32819 -- Established relationship between form fields and their help t...
Gregor Jerše
2023-07-03
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...
Mariusz Felisiak
2023-06-16
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...
Jacob Rief
2023-06-09
Fixed #23049 -- Added %a and %A support to Date.strftime.
sarahboyce
2023-04-28
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
Coen van der Kamp
2023-04-03
Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.
Edison Wang
2023-03-24
Fixed typos in docs/ref/forms/renderers.txt.
Mariusz Felisiak
2023-03-24
Fixed #34077 -- Added form field rendering.
David Smith
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
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-18
Refs #32339 -- Deprecated transitional form renderers.
Mariusz Felisiak
2023-01-17
Refs #32339 -- Changed default form and formset rendering style to div-based.
Mariusz Felisiak
[next]