We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc316f commit 38eaa73Copy full SHA for 38eaa73
1 file changed
codespeed/models.py
@@ -73,6 +73,7 @@ def __unicode__(self):
73
74
class Meta:
75
unique_together = ("name", "project")
76
+ verbose_name_plural = "branches"
77
78
79
class Revision(models.Model):
0 commit comments