From: Magnus Hagander Date: Thu, 10 Mar 2016 13:23:28 +0000 (+0100) Subject: And from the main editing form. Oops. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/%20%22mailto:postgres95%40openlink.co.uk%22?a=commitdiff_plain;h=0b2695dc4760a4a03571321ac784f00780a09263;p=pgcommitfest2.git And from the main editing form. Oops. --- diff --git a/pgcommitfest/commitfest/forms.py b/pgcommitfest/commitfest/forms.py index 0daf4a9..29ab2af 100644 --- a/pgcommitfest/commitfest/forms.py +++ b/pgcommitfest/commitfest/forms.py @@ -38,7 +38,7 @@ class CommitFestFilterForm(forms.Form): class PatchForm(forms.ModelForm): class Meta: model = Patch - exclude = ('commitfests', 'mailthreads', 'modified', 'lastmail', ) + exclude = ('commitfests', 'mailthreads', 'modified', 'lastmail', 'subscribers', ) widgets = { 'authors': AutoCompleteSelectMultipleWidget(lookup_class=UserLookup, position='top'), 'reviewers': AutoCompleteSelectMultipleWidget(lookup_class=UserLookup, position='top'),