Explorar o código

Don't need two featured fields

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
18f17b9eae
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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(),