django1/django/newforms
Adrian Holovaty 3abf8e42b5 Fixed #3054 -- newforms Form now keeps track of field order
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-23 17:40:33 +00:00
..
__init__.py django.newforms: Implemented hook for validation not tied to a particular field. Renamed to_python() to clean() -- it's just...cleaner. Added Form.as_table(), Form.as_url(), Form.as_table_with_errors() and Form.as_ul_with_errors(). Added ComboField. Updated all unit tests. 2006-11-04 20:49:59 +00:00
fields.py Fixed #3054 -- newforms Form now keeps track of field order 2006-11-23 17:40:33 +00:00
forms.py Fixed #3054 -- newforms Form now keeps track of field order 2006-11-23 17:40:33 +00:00
util.py newforms: Tiny optimization to smart_unicode() 2006-11-16 06:47:08 +00:00
widgets.py newforms: Fixed #3008 -- Widgets now support strings containing utf-8 characters. Thanks for reporting, Nebojša Đorđević 2006-11-16 06:45:29 +00:00