Fixed migration, removed Corporate groups

This commit is contained in:
2010-10-21 16:51:57 +01:00
parent aa2d00c820
commit 361ff00187
3 changed files with 8 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ class GroupInformation(models.Model):
group = models.OneToOneField(Group)
type = models.IntegerField("Group Type", choices=GROUP_TYPE_CHOICES, default=GROUP_TYPE_BUILTIN)
type = models.IntegerField("Group Type", choices=GROUP_TYPE_CHOICES, default=GROUP_TYPE_PERMISSION)
admins = models.ManyToManyField(User)
public = models.BooleanField("Public", default=False)
requestable = models.BooleanField("Requestable", default=False)