From 0b2695dc4760a4a03571321ac784f00780a09263 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 10 Mar 2016 14:23:28 +0100 Subject: And from the main editing form. Oops. --- pgcommitfest/commitfest/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pgcommitfest/commitfest') 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'), -- cgit v1.2.3