We don't really need a members field on the channel object.

This commit is contained in:
Greg Taylor 2007-05-24 20:20:00 +00:00
parent 485204e979
commit e1dbdba951

View file

@ -720,7 +720,6 @@ class CommChannel(models.Model):
ansi_name = models.CharField(maxlength=255)
owner = models.ForeignKey(Object, related_name="chan_owner")
description = models.CharField(maxlength=80)
members = models.ManyToManyField(Object, blank=True, null=True)
req_grp = models.ManyToManyField(Group, blank=True, null=True)
def __str__(self):