On Wed, Jul 22, 2009 at 17:57, Alex Gaynor <alex.gay...@gmail.com> wrote:

>
> On Wed, Jul 22, 2009 at 7:08 AM, TiNo<tin...@gmail.com> wrote:
> > Hi,
> > I would like a second changelist for an app. Besides the changelist that
> > shows all members, I would like to show a changlist that show all members
> > interested in some category. I now I can apply a list filter in the main
> > list, but I rather have a separate list where the admin returns to after
> > editing someone from the list, and provide some actions in the
> object-tools
> > like sending an email to all members interested in that category.
> > How do I create a view with a changelist? I know I can override the
> > Changelist's get_query_set method, but with what parameters do I
> instantiate
> > it?
> > thanks,
> > TiNo
> > >
> >
>
> If you're on Django 1.1 beta or newer you can create a new model that
> is a proxy subclass of your existing one, then crete a seperate
> ModelAysedmin for it and overide the queryset() method on it to return
> your filtered queryset.
>
> alex
>

Ok. But how would I do this dynamically?
What I am trying to achieve is some sort of 'persistent filter'. I
would like members interested in some category to be accesible under
/admin/members/interested_in/something for each category. Would that
be possible this way?

Tino

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

Reply via email to