diff --git a/VERSION b/VERSION index 86dad217..a932340d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-11-17 12:04:25) stable +Version 2.2.1 (2012-11-17 12:06:36) stable diff --git a/gluon/dal.py b/gluon/dal.py index 993bf849..1714403e 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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):