How about creating a Python list, which you populate from chosen items of your 
queryset? You might even be able to do it with a list comprehension, depending 
on how complex your filtering is. The contents of a queryset are just model 
instances. Nothing magical you can't pull out and manipulate with standard 
Python.

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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