﻿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
2364	[patch] Add a numeric range validator	Matt McClanahan	Adrian Holovaty	"This patch adds NumericRangeValidator to core/validators.py.  Both upper and lower bounds are optional.

Usages:
{{{
minimumValue = NumericRangeValidator(lower_bound=10)
maximumValue = NumericRangeValidator(upper_bound=20)
valueRange = NumericRangeValidator(10,20)
}}}"	enhancement	closed	Core (Other)		minor	fixed			Unreviewed	1	0	0	0	0	0
