Re: Can QuerySet return array of raw data not in Dict?

2008-10-02 Thread Rajesh Dhawan
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

Can QuerySet return array of raw data not in Dict?

2008-10-02 Thread Adam
Is there anyway to get QuerySet to return only the raw data from the field not wrapped in a dictionary object? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email