1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/django/forms
2023-07-03 08:19:23 +02:00
..
jinja2/django/forms Fixed #32339 -- Added div.html form template. 2022-05-05 14:32:43 +02:00
templates/django/forms Fixed #32339 -- Added div.html form template. 2022-05-05 14:32:43 +02:00
__init__.py
boundfield.py Fixed #34119 -- Prevented callable default hidden widget value from being overridden. 2022-11-18 13:12:15 +01:00
fields.py [4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:19:23 +02:00
forms.py Fixed #34148 -- Reverted "Fixed #32901 -- Optimized BaseForm.__getitem__()." 2022-11-18 08:06:13 +01:00
formsets.py [4.2.x] Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is disabled. 2023-02-20 09:33:19 +01:00
models.py Fixed #27654 -- Propagated alters_data attribute to callables overridden in subclasses. 2022-11-04 11:08:58 +01:00
renderers.py Refs #32339 -- Deprecated default.html form template. 2022-05-17 11:16:54 +02:00
utils.py Refs #32339 -- Deprecated default.html form template. 2022-05-17 11:16:54 +02:00
widgets.py [4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:43:16 +02:00