Re: errors vs. "advisories"

2006-06-07 Thread Michael Radziej
Hey Adrian, Adrian Holovaty wrote: > Michael, you have stumbled upon an idea that I've coincidentally also > wanted to do since before Django was open-sourced! See Very Nice ;-) But have you checked how I'm doing this different? - Since data that does not pass tese "advisory tests" can get into

Re: errors vs. "advisories"

2006-06-07 Thread Adrian Holovaty
On 6/7/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > Now, is there interest in having such a thing in Django? Currently, I try to > keep the > patching minimal, but I don't see how I could avoid it. If this would go into > Django > eventually, it could be solved cleaner and easier. For exampl

errors vs. "advisories"

2006-06-07 Thread Michael Radziej
Hi, I currently find myself needing something very similar to the validation framework. It's best explained with an example: There is a form that configures email forwarding. The form will not only validate well-formedness of the target addresses, but it will also check whether its domain rea