Re: Error: XXX is not JSON serializable

2013-11-19 Thread Lee Hinde
Thanks; I'm almost positive. I'll double check. I've worked around the problem by converting first. On Tue, Nov 19, 2013 at 12:58 PM, tim wrote: > Are you sure have the list() cast in the deployed version of the code? > Trying to serialize a ValuesListQuerySet directly would give the error you

Re: Error: XXX is not JSON serializable

2013-11-19 Thread tim
Are you sure have the list() cast in the deployed version of the code? Trying to serialize a ValuesListQuerySet directly would give the error you mention since repr() of a ValuesListQuerySet looks like a list. On Tuesday, November 19, 2013 12:28:11 PM UTC-5, Lee Hinde wrote: > > I have an app I'