﻿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
6092	URL and email fields need to allow custom validators	Jacob	floguy	"See #3989 and #6019 -- in both cases, people want to define ""email"" or ""URL"" a bit differently than Django does by default. In both cases, changing the default isn't the answer since that'll just make new people unhappy with the new defaults.

So, I should be able to do something like this:

{{{
    rfc2822pattern = re.compile(...)

    # ...

    email = models.EmailField(pattern=rfc2822pattern)
}}}

That's just a strawman proposal, of course -- I'm not sure I like that syntax."		closed	Core (Other)	dev		wontfix		joel@… listuser@…	Accepted	1	0	0	1	0	0
