﻿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
28783	Allow specifying custom operator classes for PostgreSQL indexes	vinay karanam	nobody	"This is an extension of #28077 to support specifying operator class for indexes.

Usage:

{{{
Index(fields=['jsonfield'], index_name='jsonb_idx', operator_class='jsonb_path_ops')
}}}
"	New feature	closed	Database layer (models, ORM)	2.0	Normal	duplicate	postgres, operator class		Unreviewed	1	0	0	0	0	0
