projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d498b98
)
Remove unused method
author
Magnus Hagander
<
[email protected]
>
Wed, 20 Jun 2018 10:02:09 +0000
(12:02 +0200)
committer
Magnus Hagander
<
[email protected]
>
Wed, 20 Jun 2018 10:02:09 +0000
(12:02 +0200)
pgcommitfest/commitfest/models.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/models.py
b/pgcommitfest/commitfest/models.py
index b1361175d15b989deb9ee74e46ef7ce84b5f82c0..6afa7cf545c970f497f949b2336e852f5d1e5d7b 100644
(file)
--- a/
pgcommitfest/commitfest/models.py
+++ b/
pgcommitfest/commitfest/models.py
@@
-292,10
+292,6
@@
class PatchBuildStatus(models.Model):
def textstatus(self):
return self._STATUS_CHOICE_MAP[self.buildstatus]
- @property
- def urlstatus(self):
- return self._STATUS_REVERSE_MAP[self.buildstatus]
-
class MailThread(models.Model):
# This class tracks mail threads from the main postgresql.org
# mailinglist archives. For each thread, we store *one* messageid.