Adrian Holovaty wrote: > I think you may be missing something. :) A Form is a collection of > Fields, which are validation / data types. Each Field has a Widget, > which is an HTML representation of the field.
Got it now, thanks, and newforms is really shaping up to be great. :) If there's one more suggestion that I can make...when creating models, there's a separate CharField and TextField. In newforms, it seems that there's no such distinction, so an as_textarea function determines its display (if I'm seeing this correctly). Maybe separating that out in form creation would be a good idea too. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
