Redundant `content_type` parameter for `JsonResponse()` detectedPYL-R5103
JsonResponse()
contains content_type
parameter. This is either redundant or the content_type is not JSON, which is probably an error.
JsonResponse()
contains content_type
parameter. This is either redundant or the content_type is not JSON, which is probably an error.