Depending on the exact format of the output that you want, either use values():
http://docs.djangoproject.com/en/dev/ref/models/querysets/#values-fields
or values_list():
http://docs.djangoproject.com/en/dev/ref/models/querysets/#values-list-fields
Yours,
Russ Magee %-)