projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc14d74
)
Don't specify lastmail when creating new patches :O
author
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Aug 2013 17:15:47 +0000
(19:15 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Aug 2013 17:15:47 +0000
(19:15 +0200)
pgcommitfest/commitfest/forms.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/forms.py
b/pgcommitfest/commitfest/forms.py
index 2a70cc82baf7df79fc412b038298950a8a53f24a..78219c3ccdc9a6de23ec50b55798997212928308 100644
(file)
--- a/
pgcommitfest/commitfest/forms.py
+++ b/
pgcommitfest/commitfest/forms.py
@@
-52,7
+52,7
@@
class NewPatchForm(forms.ModelForm):
class Meta:
model = Patch
- exclude = ('commitfests', 'mailthreads', 'modified', 'authors', 'reviewers', 'committer', 'wikilink', 'gitlink', )
+ exclude = ('commitfests', 'mailthreads', 'modified', 'authors', 'reviewers', 'committer', 'wikilink', 'gitlink',
'lastmail',
)
def _fetch_thread_choices(patch):
for mt in patch.mailthread_set.order_by('-latestmessage'):