﻿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
4974	model validator list completely ignored	anonymous	Adrian Holovaty	"when I put this in my model:

    code = models.IntegerField(validator_list=[validators.NumberIsInRange(100, 999)])

code is not validated through a newform except that is an integer at all.  The validator is never run.
In fact, if I say validator_list=[1,2,3] you might expect an error when it tries to use integers as validators, but nothing happens because it is never walking the list."		closed	Validators	0.96		invalid			Unreviewed	0	0	0	0	0	0
