I've been working on a patch for this ticket, and now have it more or less
complete, therefore I'm soliciting review.

Firstly, there may be some confusion as to what exactly bulk-edit means,
Jacob and I discussed this the other week and we more or less split it into
2 components, the first is being able to edit arbitrary fields(predefined)
from the changelist, this is what I've been working on, the second component
is related to Admin-02, create a bulk action that lets you select several
objects and then edit fields on them so they all have the same value(similar
to the iTunes bulk edit feature for those who are familiar with it).

For those interested in cutting straight to the code it's all here:
http://github.com/alex/django/commits/admin-bulk-edits .

The implementation itself is pretty, create a formset from the same queryset
as the changelist uses and keep them together, when we render rows in the
table if the field is in list_editable(new model admin option) display the
formfield.  (Thanks to mattmcc for figuring out where to put the save
button).

Feedback welcome, thanks,
Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to