django1/django/newforms
Adrian Holovaty f2a3deb087 Fixed #3281 -- newforms: URLField now works properly with required=False and verify_exists=True together. Thanks, zendak
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-13 05:19:15 +00:00
..
extras newforms: Added django.newforms.extras.widgets, with SelectDateWidget implementation, plus some unit tests 2006-12-24 20:22:38 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Fixed #3281 -- newforms: URLField now works properly with required=False and verify_exists=True together. Thanks, zendak 2007-01-13 05:19:15 +00:00
forms.py Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it inadvertently overrode the class' name. Thanks, russblau@imapmail.org 2007-01-10 22:46:06 +00:00
models.py Fixed #3232 -- newforms: Added save_instance(), which saves a given bound form's clean_data into a given model instance with the same field names 2007-01-09 05:49:47 +00:00
util.py newforms: Added __unicode__() methods wherever there were __str__() methods, and changed the __str__() methods to delegate to __unicode__().encode(settings.DEFAULT_CHARSET) 2006-12-05 20:08:27 +00:00
widgets.py Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInput 2007-01-13 04:51:57 +00:00