Re: Pre-validation form data processing step

2006-10-16 Thread [EMAIL PROTECTED]
Mikhail Gusarov wrote: > Hello, > > [accidentally posted in django-users first, please comment in > django-developers] > > I'd like to propose the following change to Model interface: optional > step to fixup the data got from the form before validation. This may > easily be done in custom views

Pre-validation form data processing step

2006-10-15 Thread Mikhail Gusarov
Hello, [accidentally posted in django-users first, please comment in django-developers] I'd like to propose the following change to Model interface: optional step to fixup the data got from the form before validation. This may easily be done in custom views, but there is no proper way to do it i