I'd like to use values_list() to populate a choices attribute.
However, I need to access some foreign-keyed properties to properly
display the information.

For example:

>> Books.objects.values_list('id', 'author__name')

Currently, it doesn't appear to be working.
--~--~---------~--~----~------------~-------~--~----~
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