Admin "Bulk Edit"?

2010-10-16 Thread Ted
Is there a way to enable bulk editing in the admin? I'm looking for a feature like PHPmyadmin's multiple record edit - click the boxes for the items then they show up on the next page one after the other with a save button at the bottom of the page. This question is really three: 1) Is there a de

Re: Admin "Bulk Edit"?

2010-10-16 Thread ringemup
Does the list_editable feature not cover your use case? On Oct 16, 6:25 pm, Ted wrote: > Is there a way to enable bulk editing in the admin?  I'm looking for a > feature like PHPmyadmin's multiple record edit - click the boxes for > the items then they show up on the next page one after the other

Re: Admin "Bulk Edit"?

2010-10-17 Thread Ted
I was imagining more select a subset then have a bulk action like delete. But, for this use case, list editable is sufficient. Thanks, Ted On Oct 16, 4:20 pm, ringemup wrote: > Does the list_editable feature not cover your use case? > > On Oct 16, 6:25 pm, Ted wrote: > > > Is there a way to en

Re: Admin "Bulk Edit"?

2010-10-18 Thread Marc Aymerich
On Sun, Oct 17, 2010 at 9:54 PM, Ted wrote: > I was imagining more select a subset then have a bulk action like > delete. But, for this use case, list editable is sufficient. > You can create custom actions. http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/