﻿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	Bug that occurs when using JSONField and TabularInline	Raphael	nobody	"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 Choice Text to ""test""
03. Change both Text (Json) to ['test']
04. Save
05. Edit again
06. Change the two Text (Json) to ['test 123']
07. Delete the Choice 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 item field was changed to ['test 123']"	Bug	new	contrib.admin	4.0	Release blocker		JSONField TabularInline		Unreviewed	0	0	0	0	0	0
