diff options
Diffstat (limited to 'pgcommitfest/commitfest/models.py')
-rw-r--r-- | pgcommitfest/commitfest/models.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pgcommitfest/commitfest/models.py b/pgcommitfest/commitfest/models.py index b136117..6afa7cf 100644 --- 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. |