Re: Widget rendering and access to "parts" in a template

2007-05-15 Thread Gulopine
I could definitely see some value in this for the widget I'm designing for DurationField, as it would give template designers the ability to display only part of the widget (such as minutes and seconds, for CD audio information, for instance), while filling the rest in either in the view or as hid

Widget rendering and access to "parts" in a template

2007-05-14 Thread Joseph Heck
Good morning, I have been looking at how to best provide a break-out of a few fields in newforms to my template designers. In corresponding with Malcolm on django-users, I found out that you couldn't break down the form input into it's parts directly from within a template - primarily because Bou