I have a model that has many fields, however for this problem I only need 3 of those fields. When I try to serialize a .values set I get an exception:
.values
Make list from objectQuerySet:
data_ready_for_json = list( ConventionCard.objects.filter(ownerUser = user).values('fileName','id') )