Python logoPython/
PYL-R5103

Redundant `content_type` parameter for `JsonResponse()` detectedPYL-R5103

Major severityMajor
Anti-pattern categoryAnti-pattern

JsonResponse() contains content_type parameter. This is either redundant or the content_type is not JSON, which is probably an error.