﻿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
33966	Add support for using KeyTextTransform from lookup	AllenJonathan	AllenJonathan	"Currently, we use nested objects to transform through a JSON field. For example, for
`json = {'a': {'b': 'boat'}}`

Here, to get 'boat` in text form we use:-
`KeyTextTransform(KeyTextTransform('a', 'json_field'), 'b')`
This would return 'boat' in text form.

A better UX would be:
`KeyTextTransform('json_field__a__b')`"	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed		Simon Charette	Ready for checkin	1	0	0	0	0	0
