Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 188 Bytes

http-response-with-content-type-json.md

File metadata and controls

7 lines (4 loc) · 188 Bytes

Pattern: Use of HttpResponse(content_type='application/json')

Issue: -

Description

Used when HttpResponse() is returning application/json. Use JsonResponse() instead.