﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26262	Add HTTP response status code to JsonResponse	Ahmed Saidi	nobody	"The `JsonResponse` class doesn't have/accept a status code, it would be helpful to add a `status_code` paramtere to this class, for example:


{{{
    return JsonResponse({'error':'Unauthorized access'}, status_code=401)
}}}
"	New feature	closed	HTTP handling	1.9	Normal	worksforme			Unreviewed	0	0	0	0	0	0
