Tastypie "TypeError of type 'NoneType' is not iterable"
A unit test which performed a GET
to a Tastypie endpoint always raised the error:
The fix was to define filtering
to at least be an empty dictionary in the Tastypie resource. For example:
A unit test which performed a GET
to a Tastypie endpoint always raised the error:
The fix was to define filtering
to at least be an empty dictionary in the Tastypie resource. For example: