Kait Johnson
Kait Johnson
This same `TypeError: sequence 0: expected str instance, NoneType found` also occurs in patch_resource when trying to raise a BadRequestError. Will put up issue.
Yes. Basically if you look at the test I posted above, we are trying to make sure we flag relationships that are not existent and raise a `BadRequestError` for those....
It really is not very different. The differences is that it occurs in a different function and that in this case it is being caught and handled with ValidationError whereas...