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 multiple records of users ( say selecting t

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 > activate button, all the rec

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

Re: displaying/editing multiple records at once

2008-05-16 Thread Jonathan Buchanan
ken wrote: > One thing I've wanted for a long time is a way to enter and view > financial information for stocks I follow. However, this typically > involves working with a table (in the graphical sense) of data, > wherein each piece of data in the table is modeled as a single SQL > record. Framew

displaying/editing multiple records at once

2008-05-16 Thread ken
One thing I've wanted for a long time is a way to enter and view financial information for stocks I follow. However, this typically involves working with a table (in the graphical sense) of data, wherein each piece of data in the table is modeled as a single SQL record. Frameworks such as Django s

Re: editing multiple records

2006-02-09 Thread Jason Huggins
Patrick, I'm using Django right now for my in-house Finance department to "bulk" edit multiple items. You'd be surprised how I'm doing it, though. I'm generating an XML file and letting the user download it from the website... Then they use Excel for the "bulk editing", save again as XML, and rep

Re: editing multiple records

2006-02-01 Thread parsch
i'm also concerned about this specific issue and would be interested in receiving information about that. my experience is that multiple editing is a very basic functionality which is needed almost everywhere you deal with a broad amount of records. regards, parsch patrick k wrote: > could som

Re: editing multiple records

2006-01-25 Thread patrick k
could someone please give some details on this issue? of course, one can use custom views to integrate editing of multiple records. on the other hand, i can do _almost everything_ with custom views - so, that doesn´t really help. before i start writing custom views for that, i just want to be su

Re: editing multiple records

2006-01-24 Thread ToddG
> The Django admin site can't do that out of the box, but you could > create your own custom views that do that. I'm wondering when you say this, do you mean within the generated admin interface, or without using the auto-admin functions? This is an area I've long been a bit hazy on -- whether o

Re: editing multiple records

2006-01-24 Thread patrick kranzlmüller
are there any plans to integrate this feature? thanks, patrick Am 24.01.2006 um 15:58 schrieb Adrian Holovaty: On 1/24/06, patrick k <[EMAIL PROTECTED]> wrote: we have several tables for things like "films of the week", "top trailers" and so on. these tables consist of 5 to 15 records. now

Re: editing multiple records

2006-01-24 Thread Adrian Holovaty
On 1/24/06, patrick k <[EMAIL PROTECTED]> wrote: > we have several tables for things like "films of the week", "top trailers" > and so on. these tables consist of 5 to 15 records. > now, the editors want to change all the records at once (which is > understandable, IMHO). is there any possibility

editing multiple records

2006-01-24 Thread patrick k
while integrating the django admin-interface for one of our customers, we got a complaint from the editors. we have several tables for things like "films of the week", "top trailers" and so on. these tables consist of 5 to 15 records. now, the editors want to change all the records at once (which