﻿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
25594	Difficult to customize model field default_validators and have them used on both model and form fields	Marcin Nowak	Clifford Gama	"There is incosistency between model's URLField and modelform's URLField validation.
Form's URLField does not use model's field validation.

Form and model fields have declared class properties with own validators, whose defaults to `validators.URLValidator()`.  But when you customize validator for model field, the form is still using own (and bad in this context) instance. As a result validation differs for form and model. And this is an incosistency between modelforms and models.

"	New feature	assigned	Database layer (models, ORM)	dev	Normal			Ülgen Sarıkavak	Accepted	1	0	0	1	0	0
