I'm using tastypie and I have a unique situation. My model has a field named "format" so when I try to make a call to the related API and pass format=json, I get this error:
The 'format' field does not allow filtering.
Other than renaming my model field, is there another workaround for this?