Re: cleaned_data of invalid forms

2008-11-05 Thread Karen Tracey
On Wed, Nov 5, 2008 at 7:43 AM, Thomas Guettler <[EMAIL PROTECTED]> wrote: > > Hi, > > up to now cleaned_data is removed, if the form is invalid. > > What is the best way, to get the cleaned data (converted to > python objects) of a form which is invalid? > > Example: The form has field for a

cleaned_data of invalid forms

2008-11-05 Thread Thomas Guettler
Hi, up to now cleaned_data is removed, if the form is invalid. What is the best way, to get the cleaned data (converted to python objects) of a form which is invalid? Example: The form has field for a group. You want to display the members of the group right to the input widget. I looked at