django1/django/forms
Claude Paroz 8714403614 Fixed #24428 -- Fixed has_changed for fields with coercion
Thanks Carsten Fuchs for the report.
2015-03-05 09:00:13 +01:00
..
extras Fixed #24219 -- Moved SelectDateWidget together with the other widgets 2015-01-27 22:40:02 +07:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #24428 -- Fixed has_changed for fields with coercion 2015-03-05 09:00:13 +01:00
forms.py Fixed #24391 -- Made BoundField.value() cache callable values. 2015-02-24 19:50:55 -05:00
formsets.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
models.py Fixed #24395 -- Ensured inline ModelsForms have an updated related instance. 2015-02-24 11:49:00 -05:00
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
widgets.py Fixed #17401 -- Made SelectDateWidget.render reflect wrong value 2015-03-01 21:37:52 +01:00