I've been reading all about newforms and playing a little, but I can't see
how to approach what I want to do.

Say I wanted to do something like a class attendance form, where my model
has a class Student, and I want a form with a checkbox for each student to
allow me to say whether they were present on a given day.

Or maybe it's a maintenance form for a blog where there's a checkbox for
each posting/comment allowing you to delete any that mention a certain magic
number.

I'm guessing that the solution would involve adding a checkbox field to the
form for each student/blog entry, but I'm having a hard time visualizing it.

Thanks in advance for any advice,

Chris Brand



--~--~---------~--~----~------------~-------~--~----~
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