On Mar 20, 4:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> I have explained the technique with example code here:
> http://code.djangoproject.com/wiki/TemplatedForm

Very nice, Alex.  You might consider adding this code
to the djangosnippets.org site.  FWIW, you can replace
the first 4 lines in output_via_template with a single
assignment:

        bound_fields = [BoundField(self, field, name) for name, field
in self.fields.items()]

Best regards.

--
Jeff Bauer
Rubicon, Inc.


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

Reply via email to