Re: newforms Fields new functionality.

2007-03-25 Thread SmileyChris
On Mar 26, 2:00 am, Norman Harman <[EMAIL PROTECTED]> wrote: > Is this the "django" way to go about solving these issues,esp strip() in > save() or formField > Are these being worked on somewhere? > Are these things people would want in django (as opposed to everyone > making their own version)?

newforms Fields new functionality.

2007-03-25 Thread Norman Harman
hi, I find myself wanting more than validation power than I've seen so far. I'd like the capability to strip leading/trailing spaces. Although, I kind of think this should be handled in the model.save() because it's not really a validation but a data munging. Back to validation: restricti