mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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)
 | 
			
		||||
 
 | 
			
		||||
@@ -93,7 +93,6 @@ def queries_captured():
 | 
			
		||||
    queries = []
 | 
			
		||||
 | 
			
		||||
    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