Re: GenericRelation error

2008-04-25 Thread Malcolm Tredinnick
On Fri, 2008-04-25 at 08:54 -0700, Eric Abrahamsen wrote: > >> When I try to view an Entry object in the admin, it gives me a > >> KeyError, saying "Could not find Formfield or InlineObjectCollection > >> named 'series'". I don't really know what this means... > > > > It means that generic relati

Re: GenericRelation error

2008-04-25 Thread Eric Abrahamsen
>> When I try to view an Entry object in the admin, it gives me a >> KeyError, saying "Could not find Formfield or InlineObjectCollection >> named 'series'". I don't really know what this means... > > It means that generic relations are not supported in the admin > interface. You can't use them th

Re: GenericRelation error

2008-04-24 Thread Malcolm Tredinnick
On Thu, 2008-04-24 at 22:59 -0700, Eric Abrahamsen wrote: > I'm trying to implement a very basic tagging function using generic > relations, and running into errors I don't understand. The basic setup > is, I've got a model called Series, and series should be linkable to > many models via a