浏览代码

Don't need two featured fields

Colin Powell 3 年之前
父节点
当前提交
18f17b9eae
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      games/models.py

+ 0 - 3
games/models.py

@@ -200,9 +200,6 @@ class Game(BaseModel):
     undub = models.BooleanField(
         default=False,
     )
-    featured = models.BooleanField(
-        default=False,
-    )
     region = models.CharField(
         max_length=10,
         choices=Region.choices(),