django/django/forms
Christopher Cave-Ayland 95e4d6b813 Fixed #34532 -- Made formset_factory() respect Form's default_renderer.
Co-authored-by: David Smith <smithdc@gmail.com>
2023-07-24 09:09:53 +02:00
..
jinja2/django/forms Fixed #32819 -- Established relationship between form fields and their help text. 2023-07-06 08:03:19 +02:00
templates/django/forms Fixed #32819 -- Established relationship between form fields and their help text. 2023-07-06 08:03:19 +02:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Fixed #34705 -- Reallowed BoundField.as_widget()'s attrs argument to set aria-describedby. 2023-07-12 05:43:41 +02:00
fields.py Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:16:55 +02:00
forms.py Refs #31026 -- Removed ability to return string when rendering ErrorDict/ErrorList. 2023-01-17 11:49:15 +01:00
formsets.py Fixed #34532 -- Made formset_factory() respect Form's default_renderer. 2023-07-24 09:09:53 +02:00
models.py Fixed #32210 -- Fixed model inlines with to_field that has a default. 2023-07-07 09:11:46 +02:00
renderers.py Refs #32339 -- Fixed super() call in deprecated renderers. 2023-05-17 11:11:43 -03:00
utils.py Fixed #34077 -- Added form field rendering. 2023-03-24 10:16:30 +01:00
widgets.py Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00