So it looks like the m2m should be in the object Model. one more thing, maybe it would be worth it to inline the object admin in the feed admin take a look at https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.InlineModelAdmin
On Mon, Apr 22, 2013 at 12:22 PM, Bastian <[email protected]>wrote: > Thanks for your answer. About the constraints: a feed can be empty or > contain one or more objects. And an object must belong to at least one > feed. I have run some tests and the m2m field works perfectly for that. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

