fix create 500
This commit is contained in:
parent
cc0f93b98d
commit
0cf37ef0fd
1 changed files with 1 additions and 4 deletions
|
@ -66,14 +66,11 @@ class Game(Item):
|
|||
platform = jsondata.ArrayField(
|
||||
verbose_name=_("平台"),
|
||||
base_field=models.CharField(blank=True, default="", max_length=200),
|
||||
null=True,
|
||||
blank=True,
|
||||
default=list,
|
||||
)
|
||||
|
||||
official_site = jsondata.CharField(
|
||||
verbose_name=_("官方网站"),
|
||||
default="",
|
||||
verbose_name=_("官方网站"), max_length=1000, null=True, blank=True
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue