django/django/forms
2025-08-25 10:05:45 +02:00
..
jinja2/django/forms Refs #32819 -- Added aria-describedby property to BoundField. 2024-12-17 12:04:44 +01:00
templates/django/forms Refs #32819 -- Added aria-describedby property to BoundField. 2024-12-17 12:04:44 +01:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Refs #36500 -- Corrected rewrapped long lines fixed via a script. 2025-07-23 20:17:55 -03:00
fields.py Refs #36500 -- Corrected rewrapped long lines fixed via a script. 2025-07-23 20:17:55 -03:00
forms.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
formsets.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
models.py Fixed #36251 -- Avoided mutating form Meta.fields in BaseInlineFormSet. 2025-08-25 10:05:45 +02:00
renderers.py Refs #32339 -- Removed transitional form renderers per deprecation timeline. 2025-01-15 22:28:37 +01:00
utils.py Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute. 2024-12-10 12:14:52 +01:00
widgets.py Fixed #35892 -- Supported Widget.use_fieldset in admin forms. 2025-08-19 16:35:56 +02:00