From 3ece96ae083e5835f54b757733945ffa1ac7d35a Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 17 Nov 2012 12:06:39 -0600 Subject: [PATCH] fixed typo in response.updated, issue 1167, thanks dedirock --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):