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
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
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
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
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
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
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
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
> 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
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
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
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
12 matches
Mail list logo