Skip to content

Commit 20c06a4

Browse files
committed
Don't include "target version" on new patch form
1 parent 74103b8 commit 20c06a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class NewPatchForm(forms.ModelForm):
6161

6262
class Meta:
6363
model = Patch
64-
exclude = ('commitfests', 'mailthreads', 'modified', 'authors', 'reviewers', 'committer', 'wikilink', 'gitlink', 'lastmail', 'subscribers', )
64+
fields = ('name', 'topic', )
6565

6666
def clean_threadmsgid(self):
6767
try:

0 commit comments

Comments
 (0)