fixed typo in response.updated, issue 1167, thanks dedirock
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-11-17 12:04:25) stable
|
||||
Version 2.2.1 (2012-11-17 12:06:36) stable
|
||||
|
||||
+1
-1
@@ -8910,7 +8910,7 @@ class Set(object):
|
||||
ret and [f(self,new_fields) for f in table._after_update]
|
||||
else:
|
||||
ret = 0
|
||||
response.update = ret
|
||||
response.updated = ret
|
||||
return response
|
||||
|
||||
def delete_uploaded_files(self, upload_fields=None):
|
||||
|
||||
Reference in New Issue
Block a user