﻿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
33871	JSONField with default is not detected as changed when invalidated in inlines.	Raphael	JunKi Yoon	"Apparently the JSONField field modification in a TabularInline is ignored after a validation error.

To reproduce I attached the generated project based of the basic Django tutorial with changes to use a JSONField and TabularInline

user: admin
password: admin

Sequence:

01. Edit the Question
02. Change both Text field to ""test""
03. Change both JsonField to 'test' (Any Valid Json)
04. Save
05. Edit again
06. Change both two JsonField to 'test 123' (Any Valid Json)
07. Delete text from Text field of the second item
08. Save 
09. Error message will appear
09. Set the Choice Text field to 'test 123' of the second item
10. Save
11. Edit again, only the second JsonField was changed to 'test 123' (Any Valid Json)"	Bug	closed	Forms	4.0	Normal	duplicate	JSONField TabularInline	Carlton Gibson	Unreviewed	1	0	0	1	0	0
