Package django :: Package contrib :: Package formtools :: Module tests :: Class TestFormPreview
[hide private]
[frames] | no frames]

Class TestFormPreview

source code

         object --+    
                  |    
preview.FormPreview --+
                      |
                     TestFormPreview

Instance Methods [hide private]
 
done(self, request, cleaned_data)
Does something with the cleaned_data and returns an HttpResponseRedirect.
source code

Inherited from preview.FormPreview: __call__, __init__, failed_hash, parse_params, post_post, preview_get, preview_post, security_hash, unused_name

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from preview.FormPreview: form_template, preview_template

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

done(self, request, cleaned_data)

source code 

Does something with the cleaned_data and returns an HttpResponseRedirect.

Overrides: preview.FormPreview.done
(inherited documentation)