aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patchwork/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/patchwork/models.py b/patchwork/models.py
index f6a2f26..b18213d 100644
--- a/patchwork/models.py
+++ b/patchwork/models.py
@@ -296,7 +296,8 @@ class Submission(EmailMixin, models.Model):
# patchwork metadata
def refresh_tag_counts(self):
- pass # TODO(sfinucan) Once this is only called for patches, remove
+ # This is subclassed on 'Patch' to do something useful
+ pass
def is_editable(self, user):
return False