﻿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
32213	QuerySet.values()/.values_list() on KeyTransforms return wrong values for double-quoted strings on SQLite and Oracle	Sage Abdullah	VIZZARD-X	"Suppose we have a `JSONField` with the value `{'key': '""value""'}`. If `.values()`/`.values_list()` are called on a `jsonfield__key` lookup, they return `'value'` on SQLite and Oracle. On other backends, they return `'""value""'`, which is the correct behavior."	Bug	assigned	Database layer (models, ORM)	3.1	Normal		sqlite oracle json	Carlton Gibson bcail	Accepted	1	0	0	0	0	0
