From 4ececeaaf0caef9515a0bce6739a7ea357887047 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Wed, 23 May 2012 17:21:17 +0200 Subject: [PATCH] pprint_data is not a classmethod --- polynum/request/forms.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/polynum/request/forms.py b/polynum/request/forms.py index d554b9a..a535629 100644 --- a/polynum/request/forms.py +++ b/polynum/request/forms.py @@ -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