Remove all occurences of uniq_key.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 18 Jan 2011 21:58:08 +0530
changeset 467 8708dcccc042
parent 466 8ecd503354de
child 468 e5f8ea40369c
Remove all occurences of uniq_key.
pytask/profile/forms.py
--- a/pytask/profile/forms.py	Tue Jan 18 21:57:41 2011 +0530
+++ b/pytask/profile/forms.py	Tue Jan 18 21:58:08 2011 +0530
@@ -84,7 +84,6 @@
                               gender=self.cleaned_data['gender'],
                               address=self.cleaned_data['address'],
                               phonenum=self.cleaned_data['phonenum'],
-                              uniq_key=make_key(Profile),
                              )
         new_profile.save()