Re: ValueError with multi-table inheritance in Django Admin

2010-05-16 Thread Jori
Thanks a lot! It didn't cross my mind to check the "hidden" relations as this was the first time for me with multi-table inheritance. -Jori On May 16, 2:26 pm, Karen Tracey wrote: > On Sun, May 16, 2010 at 4:58 AM, Jori wrote: > > The problem seems to be that you have named a field in your Comm

Re: ValueError with multi-table inheritance in Django Admin

2010-05-16 Thread Karen Tracey
On Sun, May 16, 2010 at 4:58 AM, Jori wrote: > Hi, > > I have a problem when using MIT in my models. I created two new > classes which inherit model Entry: > >class Entry(models.Model): >LANGUAGE_CHOICES = settings.LANGUAGES > >language = models.CharField(max_length=2, > verbo