On 1/14/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:

On Saturday 14 Jan 2006 1:11 am, Jacob Kaplan-Moss wrote:
> > Have I overlooked something?
>
> Nope - *we've* overlooked something; this totally should be
> possible. I've opened a ticket so we can keep track of this
> (http:// code.djangoproject.com/ticket/1219).

and, while on this note, check boxes in admin for bulk delete there

I am pretty sure check box bulk delete is going to be of the form:
for id in checked:
      things.get_object(pk=id).delete()
or something like that, which has nothing to do with "bulk delete" as being discussed in the ticket.

As of having check boxes to select multiple item in admin views, I would much rather prefer "edit selected", where you can bulk edit items, delete being just one of the operations. Its like iTunes edit multiple song screenshot attached, for each field put a checkbox before that filed, and just try to imitate what iTunes does there. [May be put a little bit of ajax and have a togglable div displaying the current vaules of objects selected]. Please tell me if I am not being clear enough.

--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701

Attachment: iTunes-edit-multiple-songs.png
Description: PNG image

Reply via email to