Hello, After calling the clean() method of a form the whole cleaned_data ditionary is returned. But when the clean() method raises an error, the dictionary is emptied it seems since raising an error can't as well return any values of course.
My problem now is, that I do need to access these values after validation, no matter if it's valid or not. So I was searching for anything like a raw_data dictionary but couldn't find any. So is there ANY possibility to access the form data after validation even if some fields are invalid? Thanks in advance, Dennis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

