Hi all,

I would like to know if there is some way to pass to admin list_filter
the values I want to filter.

for example, i have a field for author's book.
it's a string with more than one author.

a few books could be have one or more author will be the same.

I want to catch all the authors of the book, remove the duplicates
and pass that to list_filter.

get the authors and remove the duplicates I know how to do it

but I have no sucess to pass that to list_filter

it's seems it doens't can link my values I want to pass as parameters
with the apropriate field...

if anyone can help...

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