summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-18 21:58:08 +0530
committerMadhusudan.C.S2011-01-18 21:58:08 +0530
commite3a6034b38519bb84098992ab14ab4ec0a258f0a (patch)
tree2c486d980807e38e46a22f01202fcf18ac922b93
parent9bc6d2c4abb6ef97f2d54f66be707afdbfd196cc (diff)
downloadpytask-e3a6034b38519bb84098992ab14ab4ec0a258f0a.tar.gz
pytask-e3a6034b38519bb84098992ab14ab4ec0a258f0a.tar.bz2
pytask-e3a6034b38519bb84098992ab14ab4ec0a258f0a.zip
Remove all occurences of uniq_key.
-rw-r--r--pytask/profile/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pytask/profile/forms.py b/pytask/profile/forms.py
index 91fe840..9b04922 100644
--- a/pytask/profile/forms.py
+++ b/pytask/profile/forms.py
@@ -84,7 +84,6 @@ class CustomRegistrationForm(RegistrationFormUniqueEmail):
gender=self.cleaned_data['gender'],
address=self.cleaned_data['address'],
phonenum=self.cleaned_data['phonenum'],
- uniq_key=make_key(Profile),
)
new_profile.save()