django/docs/ref/forms
2023-07-03 08:32:26 +02:00
..
api.txt [3.2.x] Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_initial_for_field(). 2021-07-27 17:59:18 +02:00
fields.txt [3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:32:26 +02:00
formsets.txt Fixed #9061 -- Allowed FormSets to disable deleting extra forms. 2020-06-24 09:26:25 +02:00
index.txt Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
models.txt Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_factory() docs. 2020-08-18 09:30:31 +02:00
renderers.txt Emphasized that TemplatesSetting must be used to override widget templates. 2018-09-11 15:14:53 -04:00
validation.txt Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 2020-04-28 10:49:00 +02:00
widgets.txt [3.2.x] Refs #32338 -- Improved accessibility of RadioSelect examples in docs. 2021-06-04 10:45:29 +02:00