summaryrefslogtreecommitdiff
path: root/docs/ref/forms
AgeCommit message (Expand)Author
2026-05-05Fixed #31295 -- Avoided Select widget triggering additional query when using ...fix-31295Charles Roelli
2026-04-29Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().TildaDares
2026-04-22Fixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-04-13Fixed #33113 -- Documented usage and caveats of HTML5 date input in DateInput...Samriddha9619
2026-03-19Fixed #36904 -- Clarified how to hide form field labels in docs.Amar
2026-01-08Fixed a typo in docs/ref/forms/models.txt.Jacob Walls
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-08-29Fixed #35831 -- Documented the model form meta API in model form reference docs.Mustafa Pirbhai
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
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-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-05-23Fixed typo in docs/ref/forms/renderers.txt.Adam Zapletal
2025-03-12Refs #34380 -- Fixed the documented URLField default scheme to https.Sarah Boyce
2025-01-15Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...Sarah Boyce
2025-01-15Refs #32339 -- Removed transitional form renderers per deprecation timeline.Sarah Boyce
2025-01-15Removed versionadded/changed annotations for 5.1.Sarah Boyce
2025-01-15Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...Matthias Kestenholz
2025-01-14Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Michael Manfre
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-11-11Updated validate_slug regular expression in form validation docs.antoliny0919
2024-11-06Fixed #35889 -- Corrected reference of default widgets in "Styling widget ins...antoliny0919
2024-11-05Fixed #35880 -- Removed invalid example in form Field.required docs due to Ch...antoliny0919
2024-11-04Made minor edits to form fields docs.antoliny0919
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-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-08-02Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput docs.Mariusz Felisiak
2024-08-02Fixed #35601 -- Added TelInput widget.lucasesposito
2024-08-02Fixed #35599 -- Added ColorInput widget.arjunomray
2024-07-31Fixed #35598 -- Added SearchInput widget.Jeremy Thompson
2024-05-30Made cosmetic edits to code snippets reformatted with blacken-docs.Mariusz Felisiak
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-04-26Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when creating ...Adam Zapletal
2023-12-30Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.Salvo Polizzi
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-28Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-11-25Refs #34380 -- Improved docs for forms.URLField.assume_scheme.Adam Johnson
2023-11-17Refs #32819 -- Established relationship between form fieldsets and their help...David Smith
2023-11-16Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...David Smith
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-09-18Removed 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-01Fixed #32820 -- Added aria-invalid="true" to fields with errors.Gregor Jerše