Re: multi-delete and edit form+changelist unification

2008-09-10 Thread Ben Firshman
On 9 Sep 2008, at 21:40, Matthias Kestenholz wrote: > > On Mon, Sep 8, 2008 at 6:55 PM, Ben Firshman <[EMAIL PROTECTED]> > wrote: >> >> tusk-cms [0] has a fantastic admin interface for django-mptt based >> around the jQuery nestedSortables widget [1]. I adapted it for use on >> one of my own

Re: multi-delete and edit form+changelist unification

2008-09-09 Thread Matthias Kestenholz
On Mon, Sep 8, 2008 at 6:55 PM, Ben Firshman <[EMAIL PROTECTED]> wrote: > > > On 8 Sep 2008, at 13:36, Erik Allik wrote: > >> >> I'm glad this came up, because I would also like to recommend >> considering an admin interface for models that use django-mptt. I know >> django-mptt is an external

Re: multi-delete and edit form+changelist unification

2008-09-09 Thread Erik Allik
I'd appreciate that patch :) Erik On 08.09.2008, at 19:55, Ben Firshman wrote: > > > On 8 Sep 2008, at 13:36, Erik Allik wrote: > >> >> I'm glad this came up, because I would also like to recommend >> considering an admin interface for models that use django-mptt. I >> know >> django-mptt is

Re: multi-delete and edit form+changelist unification

2008-09-08 Thread Ben Firshman
On 8 Sep 2008, at 13:36, Erik Allik wrote: > > I'm glad this came up, because I would also like to recommend > considering an admin interface for models that use django-mptt. I know > django-mptt is an external project but I think many people are using > django-mptt as it's currently the most

Re: multi-delete and edit form+changelist unification

2008-09-08 Thread Simon Willison
On Sep 8, 5:36 am, Erik Allik <[EMAIL PROTECTED]> wrote: > I'm glad this came up, because I would also like to recommend   > considering an admin interface for models that use django-mptt. I know   > django-mptt is an external project but I think many people are using   > django-mptt as it's

Re: multi-delete and edit form+changelist unification

2008-09-08 Thread Erik Allik
I'm glad this came up, because I would also like to recommend considering an admin interface for models that use django-mptt. I know django-mptt is an external project but I think many people are using django-mptt as it's currently the most popular tree solution available for Django.

Re: multi-delete and edit form+changelist unification

2008-09-08 Thread Simon Willison
On Sep 8, 2:46 am, Julien Phalip <[EMAIL PROTECTED]> wrote: > I don't think this would be too hard to implement either. The URL > routing would have to be redesigned though, as it is currently not > very flexible. Maybe something like the following to edit multiple > objects on the same

Re: multi-delete and edit form+changelist unification

2008-09-08 Thread Julien Phalip
On Sep 8, 7:20 pm, ikshefem <[EMAIL PROTECTED]> wrote: > Hi, I've seen the multiple deletion proposal for djangocon. > > The next step after multiple delete would be multiple edits. > In parallel, the next step concerning related objects would be adding > some filtering to them. > > If you're

multi-delete and edit form+changelist unification

2008-09-08 Thread ikshefem
Hi, I've seen the multiple deletion proposal for djangocon. The next step after multiple delete would be multiple edits. In parallel, the next step concerning related objects would be adding some filtering to them. If you're seeing what I'm coming to ... do you think it would be possible to