mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
[Django 1.6] update monkeypatching for CursorDebugWrapper.
(imported from commit cb4b44a2bb6ba6efbd1fb5710da2df7c1dec7f81)
This commit is contained in:
@@ -177,7 +177,6 @@ class JsonErrorHandler(object):
|
||||
# Monkeypatch in time tracking to the Django non-debug cursor
|
||||
# Code comes from CursorDebugWrapper
|
||||
def wrapper_execute(self, action, sql, params=()):
|
||||
self.set_dirty()
|
||||
start = time.time()
|
||||
try:
|
||||
return action(sql, params)
|
||||
|
||||
Reference in New Issue
Block a user