﻿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
30672	JSONField/HStoreField key and index transforms crash.	Mariusz Felisiak	Mariusz Felisiak	"JSONField/HStoreField key and index transforms crash when we pass expressions with parameters, e.g.
{{{
KeyTransform('x', RawSQL(""%s::jsonb"", ['{""x"": ""bar""}'])
}}}
this is caused by regression introduced in the last security release 7deeabc7c7526786df6894429ce89a9c4b614086, however `KeyTransform` is undocumented and such usage is untested.

Crash for nested keys in [https://github.com/django/django/blob/194d1dfc186cc8d2b35dabf64f3ed38b757cbd98/django/contrib/postgres/fields/jsonb.py#L109-L110 KeyTransform] for `JSONField` is not a regression because it has not been changed since its introduction."	Bug	closed	contrib.postgres	1.11	Release blocker	fixed			Accepted	1	0	0	0	0	0
