﻿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
22907	ArrayField querying doesn't work with CharField	Alexander Schepanovski	Marc Tamlyn <marc.tamlyn@…>	"When trying to make query with `CharArrayModel.objects.filter(field__contains=['text'])` I get:

{{{
ProgrammingError: operator does not exist: character varying[] @> text[]
LINE 1: ...el"" WHERE ""postgres_tests_chararraymodel"".""field"" @> ARRAY['...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
}}}
"	Bug	closed	contrib.postgres	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
