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.