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 <dan...@roseman.org.uk> wrote:
> On Jun 2, 7:56 am, rahul jain <jainwolver...@gmail.com> 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 for adding select boxes on the admin
>> display, it could be one of the columns
>>
>> Secondly, if i select one of those options, could I do it without
>> hitting any server, the ajax way.
>>
>> --RJ
>
> Admin actions are what you need:
> http://docs.djangoproject.com/en/1.2/ref/contrib/admin/actions/
> --
> DR.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to