Re: Error always when deleting objects with ManyToMany (self) relationships

2006-09-26 Thread zenx
Nop, still doesn't work with filter_interface=models.HORIZONTAL. But it worked a couple of times. I will take a further look at it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Error always when deleting objects with ManyToMany (self) relationships

2006-09-26 Thread zenx
Hi Malcom, I have played a little around it and it seems to work ok adding filter_interface=models.HORIZONTAL to the Field. Here is the ticket I've created: http://code.djangoproject.com/ticket/2828#preview Thanks. --~--~-~--~~~---~--~~ You received this

Error always when deleting objects with ManyToMany (self) relationships

2006-09-25 Thread zenx
Hi, I get always the following error when deleting objects with ManyToMany(self) relationships in the admin. Have tried with different models and always getting the same error. Doesn't the admin interface support ManyToMany relationships with the same table? TypeError at