fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a1d358
)
FIX: TypeError przy akceptacji Pull Requestów.
author
zuber
<marek@stepniowski.com>
Thu, 22 Oct 2009 16:17:58 +0000
(18:17 +0200)
committer
zuber
<marek@stepniowski.com>
Thu, 22 Oct 2009 16:17:58 +0000
(18:17 +0200)
apps/api/handlers/manage_handlers.py
patch
|
blob
|
history
diff --git
a/apps/api/handlers/manage_handlers.py
b/apps/api/handlers/manage_handlers.py
index
b94ca72
..
f9caf7b
100644
(file)
--- a/
apps/api/handlers/manage_handlers.py
+++ b/
apps/api/handlers/manage_handlers.py
@@
-110,7
+110,7
@@
class PullRequestHandler(BaseHandler):
# sync state with repository
prq.status = 'A'
prq.merged_revision = str(src_doc.shared().revision)
- prq.merged_timestamp = datetime.now()
+ prq.merged_timestamp = datetime.
datetime.
now()
prq.save()
return SuccessAllOk().django_response({