﻿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
34503	Missleading message in MinValueValidator and MaxValueValidator	bartektrybala	nobody	"Here is a message error for MaxValueValidator:
message = _(""Ensure this value is less than or equal to %(limit_value)s."")

but compare method checks if a < b. So it's not accurate comparision or message, It should checks a <= b, isn't it?
The same for MinValueValidator"	Bug	closed	Core (Serialization)	4.2	Normal	invalid	MaxValueValidator, MinValueValidator, message, less or equal		Unreviewed	0	0	0	0	1	0
