﻿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
33289	JSONField Form Field doesn't accept valid JSON boolean or null	David Anderson	nobody	"I'm running into an issue with POSTing data to a django form using JSONField on postgres when the contents being posted includes `true`, `false`, or `null`.

It looks like others have run into this here and here:
- https://stackoverflow.com/questions/53450315/posting-json-boolean-django
- https://stackoverflow.com/questions/68105703/problem-with-django-serializer-involving-nested-json-with-null-and-boolean-value, I think.

Workarounds proposed in the above links involve making the json invalid as a work around by s/true/True/ or converting json true to a string.

Stacktrace info:

https://dpaste.org/eKYQ"	Bug	closed	Forms	3.1	Normal	invalid	jsonfield json null boolean		Unreviewed	0	0	0	0	0	0
