django/docs/ref/forms
antoliny0919 cae0c7f48a [5.1.x] Fixed #35880 -- Removed invalid example in form Field.required docs due to CharField.strip.
CharField.strip was introduced in 11cac1bd8e, and is True by
default, meaning the previous example of " " raised a ValidationError.

Backport of 72de38239f from main.
2024-11-05 15:36:23 +01:00
..
api.txt [5.1.x] Fixed #35873 -- Corrected Form.as_table() call in form docs. 2024-10-30 11:07:13 +01:00
fields.txt [5.1.x] Fixed #35880 -- Removed invalid example in form Field.required docs due to CharField.strip. 2024-11-05 15:36:23 +01:00
formsets.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
index.txt Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
models.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
renderers.txt Fixed typos in docs/ref/forms/renderers.txt. 2023-03-24 12:54:47 +01:00
validation.txt [5.1.x] Made cosmetic edits to code snippets reformatted with blacken-docs. 2024-05-30 09:43:21 -03:00
widgets.txt Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03:00