On Wed, 2008-04-23 at 06:51 -0700, sector119 wrote:
> Hi All
> 
> Can I save m2m fields using MyModel.objects.create(**kwargs) ? If
> kwargs contains 'm2m_field': [Ob1, Obj2, Obj3].

No. You need to save an object before it can be used in a many-to-many
relation and create() is just a synonym for initialisation + save().

Regards,
Malcolm

-- 
The hardness of butter is directly proportional to the softness of the
bread. 
http://www.pointy-stick.com/blog/


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