Closed paul-wolf closed 9 years ago
self.schema['filtering']
is extracted from your very own code, I suspect a trailing coma somewhere after you dict leading to a tuple...
You are right. My fault. Apologies. It was a stray comma in the meta class after the filtering attribute that made it into a tuple.
Thanks for quick response anyway.
No problem, glad I could help ;-)
Django: 1.7.4 Tastypie: 0.12.1 django-tastypie-swagger: 0.1.4
In mapping.py, Line 191:
self.schema['filtering']
is expected to be a dict, but it's a tuple.Source: