Re: Problem when using raw_id_admin=True in ManyToManyField

2008-04-10 Thread firtzel
> A few details on what "does not seems to work properly" looks like might > help people help you. Thanks for your reply. You're absolutely right. Here are some more details: In the admin, when I try to save a catalog with more than one BadItem, I get the following error: Exception Value:

Problem when using raw_id_admin=True in ManyToManyField

2008-04-09 Thread firtzel
Hi, I created a model (Catalog), which is linked to its items via a m2m relationship. I added a raw_id_admin=True to the items field (good when I have a long list of items). Also, for convience reasons I wanted a different pk for my items, so I added primary_key=True to one of the fields (in the