Re: model inheritance and admin (qs-rf & nf-a)

2008-06-21 Thread felix
regarding Model Inheritance and the admin I've checked out the newforms-admin branch now. Its wonderful! Lots of great solutions. As of the other day its only a few revisions away from the trunk. (the trunk is being merged into newforms-admin) with Model inheritance the pointer field (to the

Re: model inheritance and admin (qs-rf & nf-a)

2008-06-19 Thread felix
I second that. I've just spent the day quite happily refactoring my app to use nifty model inheritance ... and the admin doesn't work. whoops. I think this should be stated in the docs for sure. On Jun 2, 4:44 pm, ekellner <[EMAIL PROTECTED]> wrote: > Is newforms-admin any closer to being m

Re: model inheritance and admin (qs-rf & nf-a)

2008-06-02 Thread ekellner
> Have you done any experimentation to see how far off working it is in the > newforms-admin branch...and whether it's any easier to fix there? I believe > the plan is to implement this support exclusively in newforms-admin and not > worry about getting it to work on the old admin. (Someone chan

Re: model inheritance and admin (qs-rf & nf-a)

2008-06-02 Thread Karen Tracey
On Mon, Jun 2, 2008 at 8:19 AM, Elizabeth Kellner <[EMAIL PROTECTED]> wrote: > On 28 Mai, 14:15, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > Model inheritance is not supported by the admin: > > > > http://code.djangoproject.com/ticket/6755 > > > > There's a patch on that ticket, but I have no id

Re: model inheritance and admin (qs-rf & nf-a)

2008-06-02 Thread Elizabeth Kellner
On 28 Mai, 14:15, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > Model inheritance is not supported by the admin: > > http://code.djangoproject.com/ticket/6755 > > There's a patch on that ticket, but I have no idea if it works, solves the > complete problem, etc.  (If it were as easy as that patch, I

Re: model inheritance and admin (qs-rf & nf-a)

2008-05-28 Thread Andre Meyer
hi Karen thanks a lot, will check out the patch On Wed, May 28, 2008 at 2:15 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Wed, May 28, 2008 at 7:27 AM, Andre Meyer <[EMAIL PROTECTED]> > wrote: > >> hi all >> >> working with the newforms-admin branch i tried to build a model using >> model i

Re: model inheritance and admin (qs-rf & nf-a)

2008-05-28 Thread Karen Tracey
On Wed, May 28, 2008 at 7:27 AM, Andre Meyer <[EMAIL PROTECTED]> wrote: > hi all > > working with the newforms-admin branch i tried to build a model using model > inheritance: e.g. Task is a subclass of Item, fine. but in the admin > interface (this is probably true for old and newforms versions)

model inheritance and admin (qs-rf & nf-a)

2008-05-28 Thread Andre Meyer
hi all working with the newforms-admin branch i tried to build a model using model inheritance: e.g. Task is a subclass of Item, fine. but in the admin interface (this is probably true for old and newforms versions) there is something funny happening. when trying to add a Task instance there is a