Subscribers should be excluded from new patches form
authorMagnus Hagander <magnus@hagander.net>
Thu, 10 Mar 2016 13:22:19 +0000 (14:22 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 10 Mar 2016 13:22:19 +0000 (14:22 +0100)
pgcommitfest/commitfest/forms.py

index 67205d20743004241bdc5f2ccce073462146ef83..0daf4a90fd6cb3588da01127b300d3da630704f0 100644 (file)
@@ -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: