Fixed problem with tags_colors sampledata generation
parent
e6b4d0ba66
commit
8024da5c0e
|
@ -162,7 +162,7 @@ class Project(ProjectDefaults, TaggedMixin, models.Model):
|
|||
is_private = models.BooleanField(default=False, null=False, blank=True,
|
||||
verbose_name=_("is private"))
|
||||
|
||||
tags_colors = TextArrayField(dimension=2, null=False, blank=True, verbose_name=_("tags colors"), default={})
|
||||
tags_colors = TextArrayField(dimension=2, null=False, blank=True, verbose_name=_("tags colors"), default=[])
|
||||
|
||||
class Meta:
|
||||
verbose_name = "project"
|
||||
|
|
Loading…
Reference in New Issue