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
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