Mikko Ohtamaa wrote:
Producing HTML is Python is the root of the problem. Most of HTML
widget libraries out there use template pieces to produce form output -
one template per widget. Have you had any though to move this kind of
solution? I already once hacked oldforms a bit to provide me
TemplateWidget. Or do you feel this kind of solution would be "core
enough" for Django?

I just wanted to say that this is the reason I'm reluctant to use
Django's forms (new or old) no matter how stable it is.  I like that
any major chunk of HTML code is visible for tinkering in my template
files.  Maybe a template solution would be more work (probably some
repetition, I haven't really thought about how to combine both some
automation and custom template files), but it would also be less
surprising for me.

--
Brian Beck
Adventurer of the First Order


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To post to this group, send email to django-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to