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.

 HTH,
   Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to