django1/django/forms
David c8459708a7 Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
..
jinja2/django/forms Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe. 2022-01-07 15:35:31 +01:00
templates/django/forms Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe. 2022-01-07 15:35:31 +01:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
fields.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
formsets.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
models.py Used sets for field names for exclusion. 2022-03-16 11:05:09 +01:00
renderers.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
widgets.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00