Re: add button to admin change list at row level.

2010-05-04 Thread Wayne
Thanks for your hint. It worked out pretty well. Wayne On May 2, 4:06 am, Daniel Roseman wrote: > On May 2, 4:29 am, Wayne wrote: > > > Hi, > > > We are trying to customize Django admin change list displaying model > > objects. We want to add two buttons (Change, delete) to each row of > > the

Re: add button to admin change list at row level.

2010-05-02 Thread Daniel Roseman
On May 2, 4:29 am, Wayne wrote: > Hi, > > We are trying to customize Django admin change list displaying model > objects. We want to add two buttons (Change, delete) to each row of > the record, something very similar to "Add" and "Change" buttons on > application list beside the model name. Could

add button to admin change list at row level.

2010-05-01 Thread Wayne
Hi, We are trying to customize Django admin change list displaying model objects. We want to add two buttons (Change, delete) to each row of the record, something very similar to "Add" and "Change" buttons on application list beside the model name. Could somebody give us some hint on this? The "li