Explorar el Código

Don't need two featured fields

Colin Powell hace 3 años
padre
commit
18f17b9eae
Se han modificado 1 ficheros con 0 adiciones y 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(),