Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 4224:3f6cadb98c2f
Move db.commit() call from handle_xmlrpc() to individual methods...
...so actions can control it themselves.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Sun, 19 Jul 2009 22:56:30 +0000 |
| parents | 51a098592b78 |
| children | bd000a1e9a57 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Wed Jul 15 12:22:35 2009 +0000 +++ b/roundup/cgi/client.py Sun Jul 19 22:56:30 2009 +0000 @@ -387,7 +387,6 @@ self.translator, allow_none=True) output = handler.dispatch(input) - self.db.commit() self.setHeader("Content-Type", "text/xml") self.setHeader("Content-Length", str(len(output)))
