On Oct 30, 12:27 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote:
<snip>
> Basically, you'd write pend() to take care of storing an in-progress
> form, and save() for processing a completed form. Then you have a
> couple options on deciding when to call which one. Also, I'll leave
> pulling up a pended form as an exercise for you. It shouldn't be that
> hard once you get the storage worked out.
That sounds like a great idea. Now I just need to figure out how to
add a save() and pend() method to my form class. I didn't see any
examples of this in the newforms doc, but I figure it's very similar
to adding a save() method to a model class.
Will get back with the results soon,
--
Milan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---