Re: Problem when using raw_id_admin=True in ManyToManyField

2008-04-10 Thread Karen Tracey
On Thu, Apr 10, 2008 at 4:54 AM, firtzel <[EMAIL PROTECTED]> wrote: > > > > 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

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:

Re: Problem when using raw_id_admin=True in ManyToManyField

2008-04-09 Thread Karen Tracey
On Wed, Apr 9, 2008 at 4:01 AM, firtzel <[EMAIL PROTECTED]> wrote: > > 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

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