From 35767483b0f229128a25543d397c0c5832d21e5f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 2 Mar 2010 22:33:48 +0000 Subject: [PATCH] Remove corp_user field --- sso/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sso/models.py b/sso/models.py index 1611beb..16f57b4 100644 --- a/sso/models.py +++ b/sso/models.py @@ -29,8 +29,6 @@ class SSOUser(models.Model): icq = models.CharField(max_length=15, blank=True) xmpp = models.CharField(max_length=200, blank=True) - corp_user = models.BooleanField() - def update_access(self): """ Steps through each Eve API registered to the user and updates their group access accordingly """