diff options
author | Madhusudan.C.S | 2011-01-18 21:58:08 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-01-18 21:58:08 +0530 |
commit | e3a6034b38519bb84098992ab14ab4ec0a258f0a (patch) | |
tree | 2c486d980807e38e46a22f01202fcf18ac922b93 | |
parent | 9bc6d2c4abb6ef97f2d54f66be707afdbfd196cc (diff) | |
download | pytask-e3a6034b38519bb84098992ab14ab4ec0a258f0a.tar.gz pytask-e3a6034b38519bb84098992ab14ab4ec0a258f0a.tar.bz2 pytask-e3a6034b38519bb84098992ab14ab4ec0a258f0a.zip |
Remove all occurences of uniq_key.
-rw-r--r-- | pytask/profile/forms.py | 1 |
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() |