i have 4 branches in a college..
some college have three some have 4 and so on....
so i want to provide a search system to the user that they can see the
list of all the colleges which are having some branch say branch2 may
be he can select branch 3 and 4 and 1 also
so i am taking a query from the user for the branch so that i can
filter all the colleges having that branch.....

no i did this ..
i took a query say B {and the calue of B may be branch 1, branch 2,
3,&4 as i have given a selectbox to user to select any branch}
now in filter tag i did this

college_list = College.objects.filter(B=True)

but it is not working... so please tell me

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