increase movie charfield length limit
This commit is contained in:
parent
677851c420
commit
4a7cf31dc2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Movie(Resource):
|
|||
_("original title"), blank=True, default='', max_length=200)
|
||||
other_title = postgres.ArrayField(
|
||||
models.CharField(_("other title"), blank=True,
|
||||
default='', max_length=100),
|
||||
default='', max_length=300),
|
||||
null=True,
|
||||
blank=True,
|
||||
default=list,
|
||||
|
|
Loading…
Add table
Reference in a new issue