Re: Use an arbitrary changelist

2009-07-28 Thread TiNo
On Wed, Jul 22, 2009 at 17:57, Alex Gaynor wrote: > > On Wed, Jul 22, 2009 at 7:08 AM, TiNo 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

Re: Use an arbitrary changelist

2009-07-22 Thread Some Guy
You want this... http://blog.dougalmatthews.com/2008/10/filter-the-django-modeladmin-set/ Be aware though, of a bug* in manage.py that, if you dumpdata with only your app specified, you will get entries for the proxy model as well. The proxy model entries will screw up your next loaddata, so I r

Re: Use an arbitrary changelist

2009-07-22 Thread Alex Gaynor
On Wed, Jul 22, 2009 at 7:08 AM, TiNo 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

Use an arbitrary changelist

2009-07-22 Thread TiNo
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 ed