>>> Poll.objects.filter(question__startswith='What')

That is an example of a keyword argument. You can read about it in the
Python Tutorial:
http://docs.python.org/tut/node6.html#SECTION006720000000000000000

-Matt


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to