﻿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
24341	Subclasses of django.contrib.postgres.forms.ranges.BaseRangeField should have more specific error messages	Alexey Boriskin	Chris Foresman	"I was translating new contrib.postgres strings on transifex and noticed that all range fields use the same error message: ""Enter two valid values"".
I suppose it may be misleading for the user of those fields, as the type of those values is not explicitly specified.
I propose that each subclass of BaseRangeField - IntegerRangeField, FloatRangeField, etc. to have its own 'invalid' error message - e.g. ""Enter two valid integers"", ""Enter two valid dates"", etc."	Cleanup/optimization	closed	contrib.postgres	1.8alpha1	Normal	fixed	i18n, postgres 1.8-beta		Ready for checkin	1	0	0	0	1	0
