On 3/1/07, grahamu <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> Two newforms questions...
>
> 1. Is there an easy way to get the new object created by form.save()?

obj = form.save()

> 2. Is is true that one should not call form.save() if the form was
> instantiated from a class resulting from form_for_instance()?

no, this is not true, if it were the case, why would the method be there?

>
> Thanks,
> Graham
>
>
> >
>


-- 
Honza Kr�l
E-Mail: [EMAIL PROTECTED]
ICQ#:   107471613
Phone:  +420 606 678585

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