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 977a54c commit 8ae7a93Copy full SHA for 8ae7a93
1 file changed
codespeed/models.py
@@ -98,7 +98,7 @@ def __unicode__(self):
98
else:
99
date = self.date.strftime("%h %d, %H:%M")
100
string = " - ".join(filter(None, (date, self.commitid, self.tag)))
101
- if self.branch.name != "default":
+ if self.branch.name != settings.DEF_BRANCH:
102
string += " - " + self.branch.name
103
return string
104
0 commit comments