From: Magnus Hagander Date: Thu, 10 Mar 2016 13:22:19 +0000 (+0100) Subject: Subscribers should be excluded from new patches form X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2ae4e7272d8cae1a71bc70a75ec83c5ce1b15c77;p=pgcommitfest2.git Subscribers should be excluded from new patches form --- diff --git a/pgcommitfest/commitfest/forms.py b/pgcommitfest/commitfest/forms.py index 67205d2..0daf4a9 100644 --- a/pgcommitfest/commitfest/forms.py +++ b/pgcommitfest/commitfest/forms.py @@ -57,7 +57,7 @@ class NewPatchForm(forms.ModelForm): class Meta: model = Patch - exclude = ('commitfests', 'mailthreads', 'modified', 'authors', 'reviewers', 'committer', 'wikilink', 'gitlink', 'lastmail', ) + exclude = ('commitfests', 'mailthreads', 'modified', 'authors', 'reviewers', 'committer', 'wikilink', 'gitlink', 'lastmail', 'subscribers', ) def clean_threadmsgid(self): try: