pprint_data is not a classmethod

This commit is contained in:
Thomas NOËL 2012-05-23 17:21:17 +02:00
parent 818aa32a07
commit 4ececeaaf0
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ class DocumentUploadForm(forms.Form):
Field('document_file'),
)
@classmethod
def pprint_data(self, data):
'''
get the "cleaned" datas from the form, return a list of tuples