On Oct 2, 11:17 am, Adam <[EMAIL PROTECTED]> wrote:
> Is there anyway to get QuerySet to return only the raw data from the
> field not wrapped in a dictionary object?
QuerySets support a values_list() call.
http://docs.djangoproject.com/en/dev//ref/models/querysets/#values-list-fields
Is that what you're looking for?
-RD
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---