django1/django/newforms
Malcolm Tredinnick a901b44c15 Fixed #3718 -- Exposed form errors to cleaning methods as soon as they are
available. Patch from Gary Wilson.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-26 09:02:17 +00:00
..
extras Fixed #4318 -- Fixed unused imports and other various style tweaks in newforms. Thanks, Gary Wilson 2007-05-16 21:20:35 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
forms.py Fixed #3718 -- Exposed form errors to cleaning methods as soon as they are 2007-05-26 09:02:17 +00:00
models.py Fixed #4318 -- Fixed unused imports and other various style tweaks in newforms. Thanks, Gary Wilson 2007-05-16 21:20:35 +00:00
util.py Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt(). 2007-05-19 18:49:35 +00:00
widgets.py Fixed #4318 -- Fixed unused imports and other various style tweaks in newforms. Thanks, Gary Wilson 2007-05-16 21:20:35 +00:00