Well I implemented it using a queryset.

TemplateTag that includes a template to build the filter, then a
function that will parse the queryset and apply the querystring to the
list_detail view.

I also changed my paginator templatetag so that it could parse the
Querystring through to build up the pagination.

On Aug 23, 8:44 pm, timc3 <[EMAIL PROTECTED]> wrote:
> On quite a few pages I am using the standard generic views, mostly
> wrapped, but not always.
>
> Anyway I would like to use a list_filter on my own views, much like
> the admins - filter by date, by boolean or whatever.
>
> I can see the long way around of building up a query, though this will
> probably end up in the urls, but I was wondering if there was a
> standard already defined way of doing this.
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to