﻿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
29171	PostgreSQL specific model fields - ArrayField: Type Mismatch	Pal	nobody	"When you define ArrayField as models.CharField, the query fails. But if you define ArrayField as models.TextField, the query succeeds.  

Not Working: ArrayField(models.CharField(max_length=200), blank=True)

Working: ArrayField(models.TextField(blank=True))"	Bug	closed	Database layer (models, ORM)	2.0	Normal	worksforme	Postgres Array Query	Mariusz Felisiak	Unreviewed	0	0	0	0	0	0
