Re: newforms custom field clean method

2007-06-05 Thread Malcolm Tredinnick
On Tue, 2007-06-05 at 07:33 +, simonbun wrote: > I'm having some trouble solving a newforms problem that other people > must have run into as well. Feel free to share solutions or > workarounds if any. > > Let's say I have a RegistrationForm that is used for registering new > users. It has th

newforms custom field clean method

2007-06-05 Thread simonbun
I'm having some trouble solving a newforms problem that other people must have run into as well. Feel free to share solutions or workarounds if any. Let's say I have a RegistrationForm that is used for registering new users. It has the usual 'name', 'email', ... etc fields. When a new user regist