Re: editable=False and "Could not find Formfield or InlineObjectCollection named ..."

2006-07-31 Thread Corey
Malcolm, Thanks for the info. By modifying the fields attribute, I meant to say that I merely added a fields attribute to the admin class. It would be nice to have disabled fields showing, but I understand that there are probably some more pressing issues. Thanks, Corey

Re: editable=False and "Could not find Formfield or InlineObjectCollection named ..."

2006-07-31 Thread Malcolm Tredinnick
On Sun, 2006-07-30 at 17:46 -0700, Corey wrote: > When I set editable=False in a model and modify the "fields" attribute > of the Admin class, a "Could not find Formfield or > InlineObjectCollection named ..." is generated. It's not quite clear *how* you modify the fields attribute. However, if

editable=False and "Could not find Formfield or InlineObjectCollection named ..."

2006-07-30 Thread Corey
When I set editable=False in a model and modify the "fields" attribute of the Admin class, a "Could not find Formfield or InlineObjectCollection named ..." is generated. Removing the editable=False makes it work again. Is this a bug, or working as it is supposed to? Thanks, Corey