project/scipycon/registration/models.py
changeset 226 53ea13a2893e
parent 198 92fbbbc4c97a
child 238 0149f28a4f74
child 272 4801b7adbbc5
--- a/project/scipycon/registration/models.py	Sat Nov 13 20:36:43 2010 +0530
+++ b/project/scipycon/registration/models.py	Sun Nov 14 00:39:59 2010 +0530
@@ -28,7 +28,6 @@
 SEX_CHOICES = (
     ('Male', 'Male'),
     ('Female', 'Female'),
-    ('Other', 'Other')
     )
 
 class Wifi(base_models.ScopedBase):