﻿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
28423	Refer to GinIndex instead of RunSQL in ArrayField docs. Add GinIndex refs to HStoreField and JSONField docs.	Phil Krylov	Tim Graham <timograham@…>	"At the moment of writing this, the [https://docs.djangoproject.com/en/dev/ref/contrib/postgres/fields/#arrayfield ArrayField docs] says ""A more useful index is a GIN index, which you should create using a RunSQL operation.""
Since 1.11, you can use `django.contrib.postgres.indexes.GinIndex` to create GIN indexes. I think it's better to recommend it and not RunSQL.
Also, HStoreField and JSONField docs totally miss the indexing problem, this should also be fixed."	Cleanup/optimization	closed	Documentation	1.11	Normal	fixed	postgres gin arrayfield jsonfield hstorefield index		Accepted	1	0	0	1	1	0
