projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b656018
)
Subscribers should be excluded from new patches form
author
Magnus Hagander
<magnus@hagander.net>
Thu, 10 Mar 2016 13:22:19 +0000
(14:22 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 10 Mar 2016 13:22:19 +0000
(14:22 +0100)
pgcommitfest/commitfest/forms.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/forms.py
b/pgcommitfest/commitfest/forms.py
index 67205d20743004241bdc5f2ccce073462146ef83..0daf4a90fd6cb3588da01127b300d3da630704f0 100644
(file)
--- 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: