Although I use the queryset I dont really understand the object
return, when the object is returned just what is returned
like
list = This.objects.all()
list is [<xxxx:A name>, <xxxx:A name]

The reason for asking I am getting returned to a view a list of names
that are the same as the name of an object and obviously they are not
an object so how do i get an object list from a list of names

as in I get  ?return_list=A name,B name,C name

list = request.GET.get('return_list)

from there how do I get an object list?

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