Askfor,
The only goal there was to cause the form to clean the data first.
I had thought that using ``.clean()`` would be enough but when I look
at Django's ``Form`` implementation, I'm not sure why that was. The
better choice here, I think, would be to alter the code to use ``if
self.is_valid()``, just like you would do in a view, which will
automatically do both the ``.full_clean()`` and ``.clean()`` as well
as staying closer to the typical way ``Forms`` are used. I don't think
this would be backward incompatible, though I'm open to hearing if
people feel otherwise.
Daniel
> --
>
> You received this message because you are subscribed to the Google Groups
> "django-haystack" group.
> To post to this group, send email to
django-...@googlegroups.com.
> To unsubscribe from this group, send email to
>
django-haysta...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/django-haystack?hl=en.
>