django1/django/newforms
Adrian Holovaty 2e4ff8ee0c Fixed #3038 -- newforms: RegexField no longer validates empty input for required=False. Thanks for reporting, Thomas Steinacher
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-27 00:23:17 +00:00
..
__init__.py Moved newforms form_for_model and form_for_fields to django/newforms/models.py 2006-11-25 06:33:59 +00:00
fields.py Fixed #3038 -- newforms: RegexField no longer validates empty input for required=False. Thanks for reporting, Thomas Steinacher 2006-11-27 00:23:17 +00:00
forms.py Fixed #3065 -- newforms: Fixed rendering problem with RadioSelect as a member of a Form. Also fixed some Unicode issues and added unit tests. Thanks for reporting, Derek Hoy 2006-11-26 18:44:58 +00:00
models.py Moved newforms form_for_model and form_for_fields to django/newforms/models.py 2006-11-25 06:33:59 +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