﻿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
25841	ArrayField validation doesn't deal with its base field validation error message and params correctly.	Wael BEN ZID EL GUEBSI	Simon Charette	"In the admin site when I entered a bad data for a postgres ArrayField, I got Http 500, my field is defined as bellow:

  {{{#!python
platforms = ArrayField(
        models.CharField(max_length=10, choices=PLATFORMS_CHOICES),
        verbose_name=_(""Supported platforms"")
)
}}}

You can see the traceback [https://gist.github.com/1a96a6e4f42aec599201 here] 

I also created validator for the platforms field, but it seems that the error happens before calling my validator"	Bug	closed	contrib.postgres	1.8	Normal	fixed			Ready for checkin	1	0	0	0	0	0
