projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4419399
)
Fix typos
author
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Aug 2013 17:18:28 +0000
(19:18 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 18 Aug 2013 17:18:28 +0000
(19:18 +0200)
pgcommitfest/commitfest/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/views.py
b/pgcommitfest/commitfest/views.py
index 1a8ed82264fe0685970b7c2732a2bd9d92de07d0..da779c8e6067cac5ad3b175c949e619bcc96c667 100644
(file)
--- a/
pgcommitfest/commitfest/views.py
+++ b/
pgcommitfest/commitfest/views.py
@@
-287,7
+287,7
@@
def close(request, cfid, patchid, status):
# have checked that we're not closed yet. Therefor, we don't
# need to check if the individual status has changed.
if status == 'reject':
- poc.status = PatchOnCommitFest.STATUS_REJECT
+ poc.status = PatchOnCommitFest.STATUS_REJECT
ED
elif status == 'feedback':
poc.status = PatchOnCommitFest.STATUS_RETURNED
# Figure out the commitfest to actually put it on
@@
-314,7
+314,7
@@
def close(request, cfid, patchid, status):
else:
raise Exception("Can't happen")
- poc.patch.set_mo
f
ified()
+ poc.patch.set_mo
d
ified()
poc.patch.save()
poc.save()