﻿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
3250	[patch] Add RequiredIfOtherFieldsNotGiven, RequiredIfAllOtherFieldsNotGiven, and AllValidators	exogen@…	Adrian Holovaty	"In [http://www.djangoproject.com/documentation/forms/#validators the Validators documentation] there claims to be a '''RequiredIfOtherFieldsNotGiven''', but it doesn't actually exist. This implements the documented semantics and also introduces two supporting validators.

'''RequiredIfAllOtherFieldsNotGiven''': Like the one mentioned above, but fails only when ''all'' of the other fields are not given (instead of ''any'').
'''AllValidators''': Like AnyValidator, but passes only when all of the given validators pass."	enhancement	closed	Validators	dev	normal	wontfix			Ready for checkin	1	0	0	0	0	0
