Re: admin modifications

2010-06-04 Thread rahul jain
Hi Daniel, Yes I know about admin actions but I would like to provide a select option/modify button on every rows inside my admin display. Not just at one place. --RJ On Wed, Jun 2, 2010 at 1:05 AM, Daniel Roseman wrote: > On Jun 2, 7:56 am, rahul jain wrote: >> Hi Django, >> >> I am not sure

Re: admin modifications

2010-06-02 Thread Daniel Roseman
On Jun 2, 7:56 am, rahul jain wrote: > Hi Django, > > I am not sure how this could be done, so on the admin display, on one > of the columns I would like to provide select tab. If i select one of > the options, > it should update some other column on the display. > > Firstly, whats the clean way f

admin modifications

2010-06-01 Thread rahul jain
Hi Django, I am not sure how this could be done, so on the admin display, on one of the columns I would like to provide select tab. If i select one of the options, it should update some other column on the display. Firstly, whats the clean way for adding select boxes on the admin display, it coul