diff --git a/VERSION b/VERSION index bb11df7b..886c6d0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.6 (2012-09-02 22:30:28) stable +Version 2.0.6 (2012-09-02 22:34:20) stable diff --git a/gluon/dal.py b/gluon/dal.py index 5064fb47..c5330345 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -6460,7 +6460,7 @@ class Row(object): return '' % self.__dict__ def __int__(self): - return dict.__getitem__(self,'id') + return object.__getattribute__(self,'id') def __eq__(self,other): try: