diff --git a/VERSION b/VERSION index 0e4243a1..b23a5d6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.07.03.04.10.20 +Version 2.6.0-development+timestamp.2013.07.03.15.23.30 diff --git a/gluon/dal.py b/gluon/dal.py index 33a72f3f..11b246d0 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -10289,7 +10289,7 @@ class Rows(object): grouped_row_group[value].append(row) return grouped_row_group - def repr(self, i=None, fields=None): + def render(self, i=None, fields=None): """ Takes an index and returns a copy of the indexed row with values transformed via the "represent" attributes of the associated fields.