﻿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
27904	Add a system check that Field.validators are callable	Adam Johnson	Adam Johnson	"Reading #27884 I thought that a system check could be added to ensure `Field.validators` is iterable, however it turns out that the refactoring in #27235 actually made it impossible to instantiate a field with `validators` not set to an iterable, as `Field.__init__` now calls `list` on whatever the argument was.

However there is probably still value in a system check that iterates `validators` and ensures they are all callable, and possibly that they take one argument."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed			Accepted	1	0	0	1	0	0
