fies typo in dal, issue 1146, thanks guruyaya

This commit is contained in:
mdipierro
2012-11-08 10:04:24 -06:00
parent 510142ad2d
commit bf86becc5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-11-08 10:02:43) stable
Version 2.2.1 (2012-11-08 10:04:19) stable
+1 -1
View File
@@ -8987,7 +8987,7 @@ class LazySet(object):
def _count(self,distinct=None):
return self._getset()._count(distinct)
def _select(self, *fields, **attributes):
return self._getset()._select(*field,**attributes)
return self._getset()._select(*fields,**attributes)
def _delete(self):
return self._getset()._delete()
def _update(self, **update_fields):