Re: editing multiple records using admin list view

2009-01-11 Thread sateeshk...@gmail.com
Thanks. This is exactly what I wanted. On Jan 11, 5:36 pm, "Alex Koshelev" wrote: > There is an application:http://code.google.com/p/django-batchadmin/ > > On Sun, Jan 11, 2009 at 1:53 PM, sateeshk...@gmail.com > > wrote: > > > Hi, > >  I want to edit

Re: editing multiple records using admin list view

2009-01-11 Thread Alex Koshelev
There is an application: http://code.google.com/p/django-batchadmin/ On Sun, Jan 11, 2009 at 1:53 PM, sateeshk...@gmail.com wrote: > > Hi, > I want to edit multiple records of users ( say selecting the user > records which I want to edit ) and then say if I press >

editing multiple records using admin list view

2009-01-11 Thread sateeshk...@gmail.com
Hi, I want to edit multiple records of users ( say selecting the user records which I want to edit ) and then say if I press activate button, all the records status should change to 'ACTIVE'. To do this kind of thing, is there any simple tweak in admin model or admin templates ? If some one