django1/django/forms
David Smith 54102d20b2
Improved performance of django.forms.ChoiceWidget.optgroups().
2021-01-27 21:10:11 +01:00
..
jinja2/django/forms/widgets Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFileInput. 2020-06-01 12:25:25 +02:00
templates/django/forms/widgets Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFileInput. 2020-06-01 12:25:25 +02:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Fixed #13009 -- Added BoundField.widget_type property. 2020-04-10 07:11:14 +02:00
fields.py Improved performance of DecimalField. 2021-01-16 17:49:02 +01:00
forms.py Simplified DeclarativeFieldsMetaclass.__new__() a bit. 2020-11-02 10:46:56 +01:00
formsets.py Fixed #22276 -- Fixed crash when formset management form is invalid. 2020-11-05 10:40:41 +01:00
models.py Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice. 2021-01-26 09:31:53 +01:00
renderers.py Made jinja2 import lazy in django.forms. 2020-09-22 09:53:17 +02:00
utils.py Refs #32365 -- Allowed use of non-pytz timezone implementations. 2021-01-19 11:59:37 +01:00
widgets.py Improved performance of django.forms.ChoiceWidget.optgroups(). 2021-01-27 21:10:11 +01:00