django1/django/forms
Adam Johnson 702c314c57 Moved ManagementForm's fields to class attributes.
This helps introspection, and it follows the comment in
BaseForm.__init__() to avoid changing base_fields.

Thanks to Silvio Gutierrez and Baptiste Mispelon for investigating.
2021-12-10 10:04:28 +01:00
..
jinja2/django/forms Refs #32338 -- Added Boundfield.legend_tag(). 2021-12-09 07:16:33 +01:00
templates/django/forms Refs #32338 -- Added Boundfield.legend_tag(). 2021-12-09 07:16:33 +01:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Refs #32338 -- Added Boundfield.legend_tag(). 2021-12-09 07:16:33 +01:00
fields.py Fixed #32949 -- Restored invalid number handling in DecimalField.validate(). 2021-07-21 10:20:24 +02:00
forms.py Fixed #31026 -- Switched form rendering to template engine. 2021-09-20 15:50:18 +02:00
formsets.py Moved ManagementForm's fields to class attributes. 2021-12-10 10:04:28 +01:00
models.py Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable. 2021-09-30 12:07:50 +02:00
renderers.py Refs #32355 -- Used @functools.lru_cache as a straight decorator. 2021-09-27 09:10:58 +02:00
utils.py Fixed #33130 -- Restored form errors to be a dict. 2021-09-24 10:50:41 +02:00
widgets.py Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>. 2021-11-05 11:05:52 +01:00