remove old anonymous_ideas field, redundant now

This commit is contained in:
James Turk 2009-05-07 13:30:35 -04:00
parent cb4c7ae931
commit 31ab2a23bf

View File

@ -20,7 +20,6 @@ class Subsite(models.Model):
theme = models.CharField(help_text='name of base theme template', max_length=100)
ideas_per_page = models.IntegerField(default=10)
allow_anonymous_ideas = models.BooleanField(default=False)
post_status = models.IntegerField(default=ALLOW_ALL, choices=SUBSITE_POST_STATUS)
def __unicode__(self):