django/docs/ref/forms
antoliny0919 72de38239f 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.
2024-11-05 15:32:03 +01:00
..
api.txt Updated the "Built-in Field classes" section reference to a link. 2024-10-31 11:57:25 +01:00
fields.txt Fixed #35880 -- Removed invalid example in form Field.required docs due to CharField.strip. 2024-11-05 15:32:03 +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 Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
validation.txt Made cosmetic edits to code snippets reformatted with blacken-docs. 2024-05-30 09:42:05 -03:00
widgets.txt Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput docs. 2024-08-02 17:40:53 -03:00