Re: accessing raw form data

2009-01-19 Thread Dennis Schmidt
OK, I just found it myself. The dictionary I was looking for is just called data. On 19 Jan., 16:45, Dennis Schmidt wrote: > 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 empt

accessing raw form data

2009-01-19 Thread Dennis Schmidt
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 valu