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 group. You want to display > the members of the group right to the input widget. > > I looked at forms/form.py ... def full_clean(). I could copy > this method an write a utility function which only works > for one field. But that is not a good solution. > > Do other people need this too? If yes, I could write a proposal with patch. > There is already a ticket for this: http://code.djangoproject.com/ticket/5524 Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

