Merge pull request #239 from makeplane/refactor/color_nomenclature
refactor: update nomenclature for consistency
This commit is contained in:
commit
aaaf75c5da
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ class Label(ProjectBaseModel):
|
|||
)
|
||||
name = models.CharField(max_length=255)
|
||||
description = models.TextField(blank=True)
|
||||
colour = models.CharField(max_length=255, blank=True)
|
||||
color = models.CharField(max_length=255, blank=True)
|
||||
|
||||
class Meta:
|
||||
verbose_name = "Label"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue