Skip to content

Commit 38eaa73

Browse files
committed
Add plural name for Branch model
1 parent 1bc316f commit 38eaa73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codespeed/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def __unicode__(self):
7373

7474
class Meta:
7575
unique_together = ("name", "project")
76+
verbose_name_plural = "branches"
7677

7778

7879
class Revision(models.Model):

0 commit comments

Comments
 (0)