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