django1/django/forms
William Schwartz 9ee693bd6c Fixed #32316 -- Deferred accessing __file__.
Deferred accessing the module-global variable __file__ because the
Python import API does not guarantee it always exists—in particular, it
does not exist in certain "frozen" environments. The following changes
advanced this goal.

Thanks to Carlton Gibson, Tom Forbes, Mariusz Felisiak, and Shreyas
Ravi for review and feedback.
2021-04-01 14:33:30 +02: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 Fixed #32316 -- Deferred accessing __file__. 2021-04-01 14:33:30 +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