django1/django/forms
Julien Phalip a6ccc8cc06 Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns a dictionary. Thanks to tsabi and rubyruy for the report and to mmcnickle and prestontimmons for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-15 09:36:08 +00:00
..
extras Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` to work correctly with a localized date format. 2011-11-06 00:31:06 +00:00
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
fields.py Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns a dictionary. Thanks to tsabi and rubyruy for the report and to mmcnickle and prestontimmons for the patch. 2011-11-15 09:36:08 +00:00
forms.py Remove comments referencing encryption. Django doesn't do encryption. 2011-10-18 20:28:52 +00:00
formsets.py Remove comments referencing encryption. Django doesn't do encryption. 2011-10-18 20:28:52 +00:00
models.py Remove several more relative imports. 2011-10-17 16:56:18 +00:00
util.py Fixed #16230 -- Correctly escape errors message passed to ErrorDict. Thanks, Gregor Müllegger. 2011-06-26 16:52:21 +00:00
widgets.py Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get lazily localized. Thanks to pennersr for the report and to kenth for the patch. 2011-11-12 23:07:51 +00:00