django1/django/forms
Claude Paroz d91cc25a2a Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
This fixes a regression introduced by 871440361.
2015-12-17 15:38:19 +01:00
..
extras Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
fields.py Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field 2015-12-17 15:38:19 +01:00
forms.py Refs #25294 -- Added BoundField import for backwards compatibility. 2015-09-24 19:57:19 +02:00
formsets.py Added release notes for feature added in fe21fb81 2015-06-05 11:42:58 +01:00
models.py Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers. 2015-11-09 12:42:36 -05:00
utils.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
widgets.py Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00