From 37da576ffa4be185e669e04c1e968ec64013c198 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 20 Jun 2018 12:02:09 +0200 Subject: [PATCH] Remove unused method --- pgcommitfest/commitfest/models.py | 4 ---- 1 file changed, 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. -- 2.39.5