projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae4e72
)
And from the main editing form. Oops.
author
Magnus Hagander
<magnus@hagander.net>
Thu, 10 Mar 2016 13:23:28 +0000
(14:23 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 10 Mar 2016 13:23:28 +0000
(14:23 +0100)
pgcommitfest/commitfest/forms.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/forms.py
b/pgcommitfest/commitfest/forms.py
index 0daf4a90fd6cb3588da01127b300d3da630704f0..29ab2afbc96dc7c35fa121647b3099838b4b6aa5 100644
(file)
--- 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'),