Hi Jason, On Tuesday 31 January 2006 09:36, [EMAIL PROTECTED] wrote: > hi, > > I want to do something like this: [...] > class Foo(Taggable, Noteable): > name = meta.CharField(maxlength=255) > > def __repr__(self): > return self.name > > class META: > admin = meta.Admin() > > > but the result is only taggable, and not noteable.
If you can't wait for the magic_removal branch <http://code.djangoproject.com/wiki/RemovingTheMagic> <http://code.djangoproject.com/wiki/ModelInheritance> to be merged, have a look at: <http://code.djangoproject.com/ticket/419> The no_table patch works well for me. Best regards, Eric.

