Hi,

I'd like to implement in my own views the filter functionality that is
available in the admin by setting

class Admin:
    list_filter = ('field_name1', 'field_name2',)

I went through the html of the admin and I kind of understand that
it's related to the generation of hidden input fields when one of the
field is clicked. I also kind of understand that is related to the
inclusion_tag from the django.template.Library class but I can't
figure out how everything fits together in order to implement such a
functionality in my own view.
Could anyone give some indications? Also, is javascript needed for
this task?

Any help would be highly appreciated.

Thanks
Francesco


--~--~---------~--~----~------------~-------~--~----~
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