I'm a bit confused about the right way to get data from a form to a
model.  I'm working with a model and form for which I don't want to
use form_for_model, so I am defining a newform manually.  Once the
form is validated, I want to pass form.cleaned_data to instantiate the
model object and then save it.  But I end up with an empty object.  Do
I really have to set the attributes individually?  Or is there a more
concise way to do it?

Thanks,
Steve Bergman


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