fligtar doesn't care about the supported field

This commit is contained in:
Jeff Balogh 2010-01-04 16:08:32 -05:00
Родитель e814863fe7
Коммит 230105ac8e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,6 @@ class Application(amo.ModelBase):
guid = models.CharField(max_length=255, default='')
name = TranslatedField()
shortname = TranslatedField()
supported = models.BooleanField()
# icondata
# icontype = models.CharField(max_length=25, default='')