Your proposal really needs to cater to two different audiences:

1. People who will use the new {% form myform %} where they just want
all the fields rendered without any fuss, much like {{ form }} now.
2. The tweakers that need to control every aspect of the each field
being rendered.

I'd say there's a 3rd subset of folks (Gabriel Hurley and myself have voiced advocacy for this camp) who would be interested in a middle-road "mostly the default form, only override the behavior for fields X & Y". Andre's proposed {% form myform %}...{% endform %} syntax does this nicely, making it cleaner by removing the redundancy of referencing the form in each field-modifier and without the need to manually render each field.

-tkc



--
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to