﻿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
7486	IsLessThanOtherField's third argument is required, but documented as optional	slinkp@…	nobody	"The documentation at http://www.djangoproject.com/documentation/0.96/forms/#validators says:
""Each of the standard validators that take parameters have an optional final argument (error_message) that is the message returned when validation fails. If no message is passed in, a default message is used.""

But in django/core/validators.py, we can see that both IsLessThanOtherField and UniqueAmongstFieldsWithPrefix do not have default values for error_message.

For consistency, I think we should say the docs are correct and the code should be fixed to match."		closed	contrib.admin	0.96		invalid			Design decision needed	0	0	0	0	0	0
