django1/django/forms
Karen Tracey 0db571b417 Fixed #17134: Corrected Python 2.5 fallback code for parsing microseconds in time values. Thanks aaugustin and jcd.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-13 00:43:02 +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 #17134: Corrected Python 2.5 fallback code for parsing microseconds in time values. Thanks aaugustin and jcd. 2011-11-13 00:43:02 +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