﻿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
32899	enhance JSONResponse safe=True kwarg docs	Thomas Grainger	Simon Willison	"currently JSONResponse documents a `safe` kwarg

{{{
      Data to be dumped into json. By default only ``dict`` objects
      are allowed to be passed due to a security flaw before EcmaScript 5. See
      the ``safe`` parameter for more information.
}}}

EcmaScript 5 is mostly dead, but there are other advantages to only sending dicts, see https://twitter.com/simonw/status/1410682522908856320 "	Cleanup/optimization	assigned	Documentation	3.2	Normal				Unreviewed	0	0	0	0	0	0
