﻿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
10932	Allow Min() on CharFields on postgres	Guillermo Gutiérrez	Greg Wogan-Browne	"Ticket #3566 (features aggregation for ORM) adds method convert_value which fall into ""float(value)"" and then, does not allow to apply Min, Max, etc, to CharFields. sqlite backend overwrites (in DatabaseOperations) this and returns value instead of float(value), but postgres backend does not overwrite this method.
I'll attach an improvable workaround on this.
"	New feature	closed	Database layer (models, ORM)	1.0	Normal	needsinfo		guillermo.gutierrez@…	Accepted	0	0	0	1	0	0
