1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/django/forms
Gagaro 1ea7e3157d Used sets for field names for exclusion.
They are used only for containment checks.
2022-03-16 11:05:09 +01: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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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 Fixed #29490 -- Added support for object-based Media CSS and JS paths. 2022-02-10 08:48:27 +01:00