ソースを参照

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(),