Re: Newbie: Problem with checkboxes

2007-06-23 Thread Nathaniel Martin
I changed it to save(), but it still doesn't save. I did a test by changing the title of the todos, and it is saving changes... the problem is in finding out which boxes are checked. I'll look into form_for_model and form_for_instance. On 6/23/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > >

Re: Newbie: Problem with checkboxes

2007-06-23 Thread [EMAIL PROTECTED]
Nathaniel: On Jun 22, 3:42 pm, "Nathaniel Martin" <[EMAIL PROTECTED]> wrote: > I'm working on learning Django, and I'm having trouble getting a basic > "todo" app working. > > I'm listing all my todo items in my template, with a checkbox next to each > one for "done". > > I have an update button

Newbie: Problem with checkboxes

2007-06-22 Thread Nathaniel Martin
I'm working on learning Django, and I'm having trouble getting a basic "todo" app working. I'm listing all my todo items in my template, with a checkbox next to each one for "done". I have an update button that goes to a view that updates all the item's done values. But, it's not working. It d